I could use input on the API and the documentation. Working on trying to improve both at the moment.
The goal was to create a very simple library for building RESTful type of web servers. Make it very easy to manage handle request/response lifecycle and sessions.
In my opinion this type of web server is a great entry point for new developers looking to explore the OCaml/Reason world.
Recently I have fallen in love with OCaml and Reason, and as a mostly web centered developer I’ve found this area quite lacking. I’m still new to the language and eco system so any guidance would be highly appreciated!
Wow! It seems we had much the same idea–OCaml/Reason more accessible to web developers new to the ecosystem I’ve been working on something very similar: https://github.com/yawaramin/re-web/