bs-bones
v1.0.6
Published
![bones-logo](https://user-images.githubusercontent.com/1227109/58376921-d6c77900-7f32-11e9-9da7-fc0bd9a8aa57.png)
Downloads
3
Readme
Bones
An opinionated server toolkit for ReasonML on Node.js.
- Written to run on Node.js (11+ is best).
- Includes modules for connecting to and querying Postgres.
- Includes a logging module that automatically adds request-ids to all logs written during the life of a request.
- Wraps bs-express, and thus Express.js.
- Works with existing express middleware.
- Offers a compositional and strongly typed approach to middleware and handler composition.
- Development and design driven by real-world needs at Bloom Built (Day One).
- Needs documentation :)