Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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