@generous-folks/reason-web-server
v0.0.5
Published
A very simple ReasonML http server based on Httpaf, approaching the principles of "server as a function". Let's build a type-safe web server !
Downloads
3
Readme
Welcome to the ReasonWebServer project !
This is a work in progress pedagogic project about ReasonML language.
Learn more about ReasonML language on the ReasonML website.
Quick start
Install dependencies using the following command
esy install
Then build it
esy build
You can afterward run the server
esy run [assets_directory]
Roadmap
Legend: ✅ Done, 🏗 In progress, 🗓 Planned
| | Satus | |---|---| |Hello ReasonML|✅| |Forever server|✅| |Handle multiple methods|✅| |Handle multiple routes|✅| |Serve some files|🏗|
Contact
Feel free to contact me to learn more about this project or ReasonML in general ! [email protected]