Make a basic server with ReasonML and Node.js

InstructorMurphy Randle

Share this video with your friends

Send Tweet

This lesson shows how to use the serbet npm package to write a simple Node.js http server in ReasonML by implementing a simple "hello world" endpoint. Serbet is a convenient wrapper around Express.js. It's a young library, but its patterns are already used in production code.