All Projects → mrmurphy → Serbet

mrmurphy / Serbet

A simple ReasonML server on top of Express.js and Node.js

Programming Languages

reason
219 projects

Logo Artwork

Serbet (like sorbet, but a server. Get it?)

A simple way to set up an Express.js server on top of Node.js using ReasonML.

Documentation planned! For now, you can read the source code in ServerExample.re

Here are some quick tips:

  • decco and bs-let are peer dependencies. Don't forget to install them or things won't work!
  • There are helper functions for parsing path elements, queries, and bodies, like this:
  • If you want to add a guard (like authorization), write a function that takes a request, and returns a promise of a user, and put it at the top of the function, just like we did with path above.
  • You can abort the request at any time with the abort function, which takes a response type. (This uses JS promise exceptions)

Those are the very sparse docs for now. It looks like a side project, but we've been using the these patterns in production already and are quite happy with the results.

Thanks so much to Laura Randle for the artwork.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].