https://github.com/bigpipe/reacts
Front-end react framework for BigPipe
https://github.com/bigpipe/reacts
Last synced: 15 days ago
JSON representation
Front-end react framework for BigPipe
- Host: GitHub
- URL: https://github.com/bigpipe/reacts
- Owner: bigpipe
- Created: 2015-03-07T04:43:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T20:45:40.000Z (over 9 years ago)
- Last Synced: 2025-10-28T18:48:18.223Z (8 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reacts
Reacts is our attempt to integrate the React library in to back-end bigpipe
pattern.
## Installation
```
npm install --save reacts
```
## Usage
```js
'use strict';
var Reacts = require('reacts')
, BigPipe = require('bigpipe');
var bigpipe = BigPipe.createServer({
framework: Reacts,
port: 8080
});
```
## License
MIT