/servant-playground

just a scratch bin to learn about haskell-servant

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

servant-playground

This is not a real project. It's just a place for me to learn about Haskell Servant and related techs.

So far this just does some very basic restful CRUD and embeds a websocket server under /chat/:chatroom, with distinct chatrooms for each room name, created on demand.. The chat server works with my similarly silly/exploratory PureScript chat client.

no idea what i'm doing

No guarantees that this works, or even that it's a good source of example code to follow. I'm just figuring stuff out.