Yet another HTTP server built in Haskell (just for fun!)
Hermit is a personal project whose aim is to become a basic but functional HTTP server built in Haskell. It is not meant (at least for now) to become a production-ready server. My goal with hermit is to be able to learn / refresh my knowledge in areas such as computer networks, sockets, protocols and programming in Haskell.
You can use Haskell's Stack to build hermit after cloning the repo.
stack installPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to either add or update tests as appropriate.