Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigpipe/reacts
Front-end react framework for BigPipe
https://github.com/bigpipe/reacts
Last synced: 1 day 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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T20:45:40.000Z (almost 8 years ago)
- Last Synced: 2024-04-29T15:22:38.775Z (6 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 6
- 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