Skip to content

influx6/grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 grid = require('grid');

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][fluxURL]

About

a functional fbp derivative,evolving from the need to do-away with string matching in the plug framework (plug evolved)

Resources

Stars

Watchers

Forks

Packages

No packages published