hs-abci-server-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Network.ABCI.Server

Synopsis

Documentation

defaultLocalSettings :: ServerSettings Source #

Default ABCI app network settings for serving on localhost at the standard port.

serveAppWith :: ServerSettings -> (AppData -> IO ()) -> App IO -> IO () Source #

Serve an ABCI application with custom ServerSettings and a custom action to perform on acquiring the socket resource.

serveApp :: App IO -> IO () Source #

Serve an ABCI application with default local ServerSettings and a no-op on acquiring the socket resource.