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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    1

Package Sidebar

Install

npm i reacts

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • 3rdeden