grids
v0.0.2
Published
reactive function code block grid
Downloads
25
Maintainers
Readme
#Grids Grids is a fbp based functional framework ion.
##Installation
You can install plug using npm and there are future plans to support a bower installation.
NPM Grid
npm install grids
Bower
bowser support is in-works once plug as been browsified using browsify :)
Usage
Node
Simple include the node library importation directive as usual in your project:
var grids = require('grids');
Browser
Once bower support is done,it will be simple as above with
Examples
Projects
Web.grid: Provides grid plugs for server side tasks such as routing and request handling,..etc
Fs.grid: Provides plugs for file system operations such file reading and writing,..etc
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 project.
##Glossary
- Read up on fbp