rig
Version:
A barepipe platform for node webapps
14 lines (9 loc) • 878 B
Markdown
rig.js
======
A barepipe platform for node webapps. Rig is a moderately opinionated set of middlewares and libraries for webapps based on Express. Considering that performance and quality are very much a matter of clarity, emphasis is made on conciseness of the code and good, reusable design that makes (some) sense.
## So how is this thing useful, again?
It makes it easy to write, configure, and route pieces of code together when you write a web application or a webservice.
## Okay, how do I start?
Check [this](https://github.com/jarnoux/rig/wiki/Quickstart) very small quickstart, it takes only a few minutes.
## Notice
When I have time I'd like to write a page streamer middleware for rig (I have done that exercise before [here](https://github.com/yahoo/mojito-pipeline)). If you think that could be an interesting project, don't hesitate to submit a pull request!