0.0.2 • Published 9 years ago

grids v0.0.2

Weekly downloads
2
License
mit
Repository
-
Last release
9 years ago

#Grids Grids is a fbp based functional framework ion.

NPM Version

##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