WEB

INTRO

Network.N2O.Web defines adjoin interfaces to underlying transports: HTTP for static file serving and WebSocket for N2O protocols.

WebSocket

wsApp :: Cx f a b -> WS.ServerApp

HTTP

runServer :: String -> Int -> Cx f a b -> IO ()

This module may refer to: TYPES, PROTOCOLS, CORE