Front-end react framework for BigPipe
npm install reactsReacts is our attempt to integrate the React library in to back-end bigpipe
pattern.
```
npm install --save reacts
`js
'use strict';
var Reacts = require('reacts')
, BigPipe = require('bigpipe');
var bigpipe = BigPipe.createServer({
framework: Reacts,
port: 8080
});
``
MIT