| Portability | I'm too young to die |
|---|---|
| Stability | Ultra-Violence |
| Safe Haskell | None |
Network.NineP.Server
Description
Listening on sockets for the incoming requests.
Documentation
Constructors
| RegularFile | |
| Directory | |
Fields
| |
boringDir :: (Monad m, EmbedIO m) => String -> [(String, NineFile m)] -> NineFile mSource
A dumb directory that can't do anything but provide the files it contains.
Server configuration.
Constructors
| Config | |
Fields
| |
run9PServer :: EmbedIO m => Config m -> IO ()Source
Run the actual server