grids
Version:
reactive function code block grid
56 lines (26 loc) • 1.3 kB
Markdown
Grids is a [fbp][fbpURL] based functional framework ion.
[][npm-url]
You can install plug using npm and there are future plans to support a bower installation.
npm install grids
*bowser support is in-works once plug as been browsified using browsify :)*
Simple include the node library importation directive as usual in your project:
```javascript
var grids = require('grids');
```
*Once bower support is done,it will be simple as above with*
* [Web.grid](https://github.com/influx6/web.grid): Provides grid plugs for server side tasks such as routing and request handling,..etc
* [Fs.grid](https://github.com/influx6/fs.grid): Provides plugs for file system operations such file reading and writing,..etc
* [LoveDb](https://github.com/influx6/lovedb): Provides plugs based on the idea of self promoting database that includes streaming updates and changes for all operations,i.e a oplog database stack on top of existing database using the [Quero](https://github.com/influx6/quero) project.
* Read up on [fbp][fbpURL]
[]: https://www.npmjs.org/package/grids
[]: http://www.jpaulmorrison.com/fbp/