Copyright | (c) Dave Laing 2017-2019 |
---|---|
License | BSD3 |
Maintainer | dave.laing.80@gmail.com |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Serving reflex networks using warp
.
Synopsis
- runAppForever :: Port -> (forall t m. BasicGuestConstraints t m => Event t Request -> BasicGuest t m (Event t Response)) -> IO ()
Documentation
:: Port | Server port |
-> (forall t m. BasicGuestConstraints t m => Event t Request -> BasicGuest t m (Event t Response)) | Reflex network |
-> IO () |
Serve a reflex network using warp.