About The C2FO Devs

C2FO Projects

The developers at C2FO.io feel very strongly about open source and have opened numerous projects used internally.

comb

Framework for node that provides a one stop shop for frequently needed utilities, including:

  • OO utilties
  • Collections
  • Logging
  • String & date formatting
  • Flow control
  • Date Management

See Usage for more details.

Installation

npm install comb

Extensions:

comb-proxy : helpers for working with harmony proxies

Installation

npm install comb-proxy      

patio

Patio is a Sequel inspired query engine and ORM.

Installation

While it is not mandatory it is recommened that you install comb first, as it will make working with the comb API easier.

npm install comb patio

To use the patio executable for migrations

npm install -g patio  

nools

Nools is a rules engine for node based on the rete network.

Installation

npm install nools

gofigure

Gofigure is a configuration tool for node to help in the gathering and monitoring of configuration files in node.

Installation

npm install gofigure

hive

hive is an In memory store for Node JS

Installation

npm install hive