I am a collection of high level Node code.
This repo has some high level, generic, node code that can be helpful for bootstrapping node development.
A SUPER simple emailing class dependent on the great NPM module 'emailjs'
A basic ErrorHandler class that when used, should be expanded upon.
A logging abstraction class that uses the NPM module 'winston'.
Various functions helpful in Node development.
A starting point for using the GREAT NPM module 'Faye'. It has the server creation and broadcasting functions all in this one class. I love faye.
An example of running a node script as a child process as a cron job.
A template for node classes.