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