postgres-websockets-0.8.0.0: src/PostgresWebsockets.hs
{-|
Module : PostgresWebsockets
Description : PostgresWebsockets main library interface.
These are all function necessary to start a fully functionaing service.
-}
module PostgresWebsockets
( prettyVersion
, loadConfig
, serve
, postgresWsMiddleware
) where
import PostgresWebsockets.Middleware
import PostgresWebsockets.Server
import PostgresWebsockets.Config