reacts

0.0.0 • Public • Published

reacts

Reacts is our attempt to integrate the React library in to back-end bigpipe pattern.

Installation

npm install --save reacts

Usage

'use strict';
 
var Reacts = require('reacts')
  , BigPipe = require('bigpipe');
 
var bigpipe = BigPipe.createServer({
  framework: Reacts,
  port: 8080
});

License

MIT

Package Sidebar

Install

npm i reacts

Weekly Downloads

6

Version

0.0.0

License

MIT

Last publish

Collaborators

  • 3rdeden