Safe Haskell | None |
---|
Server
Description
Documentation
data Webgui
the base data type included in the Yesod server for convenience
Constructors
Webgui | the layout of the page |
type HWebUIWidget = GWidget Webgui Webgui ()
the widget type for the Yesod server
runHWebUIServer :: Int -> Map String GSChannel -> GWidget Webgui Webgui () -> IO ThreadId
run the HWebUIServer in the background
waitForHWebUIServer :: IO ()
wait for HWebUIServer to terminate