MFlow-0.3.0.0: stateful, RESTful web framework

Safe HaskellNone

MFlow.Wai.Blaze.Html.All

Description

 

Synopsis

Documentation

module MFlow

module MFlow.Wai

runServerTransient :: FormInput view => FlowM view IO () -> IO BoolSource

run a transient flow (see transient). The port is read from the first exectution parameter if no parameter, it is read from the PORT environment variable. if this does not exist, the port 80 is used.

runServer :: FormInput view => FlowM view (Workflow IO) () -> IO BoolSource

run a persistent flow. The port is read from the first exectution parameter if no parameter, it is read from the PORT environment variable. if this does not exist, the port 80 is used.