You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

grids

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grids

reactive function code block grid

0.0.2
latest
Source
npmnpm
Version published
Weekly downloads
10
Maintainers
1
Weekly downloads
 
Created
Source

#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

  • Read up on fbp

Keywords

grid

FAQs

Package last updated on 23 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts