Darryl West

socket-logger

v0.90.12
A central log target implemented in unix sockets to consolidate multiple service containers on a single machine.

simple-node-db

v0.91.14
A document database with query, insert, update, backup/restore and replication implemented on top of levelup, leveldown, and memdown.

random-fixture-data

v2.0.19
Random fixture data generator cloned from boo1ean/casual by Egor Gumenyuk to provide mixed-case methods that pass jshint tests where camelcase is set to true...

aws-commons

v0.92.22
A collection of small utilities to manage AWS services and actions

node-file-utils

v0.91.20
A simple set of file utilities suitable for command line projects...

mock-redis-client

v0.91.13
A redis mock for node development

priority-job-queue

v0.90.30
A client-side priority job queue

websocket-access-service

v0.90.25
A non-traditional access service that leverages websockets to provide user authentication

js-list-container

v0.91.22
An evented array list container that augments the standard javascript array without altering the array prototype. Events fire when the list changes or when a contained model is updated.

web-app-runner

v0.91.10
A simple HTTP application server that accepts or rejects connections based on authenticated attributes including ip, user agent, etc. The server can be used stand alone or as middleware for connect or express.

socket-model

v0.92.10
A small socket network framework to support inter-process JSON messages using unix sockets.

node-service-commons

v0.91.40
An MVC platform of common REST services for node / web applications implemented for classical instantiation and inheritance.

mock-browser

v0.92.14
A mock browser with window, document, location, navigation, local and session storage to use for client side code tests in a node environment.

websocket-spellcheck-service

v0.90.20
A real-time spell checker service based on faye pub/sub websockets

node-messaging-commons

v0.91.14
A websocket library of pub/sub support for secure web socket messaging.

background-service-runner

v0.91.10
A daemon runner utility for node, python, shell and other executable services. Can be configured to run a monitored or detached child process or groups of processes.

simple-node-logger

v21.8.12
A node console and file logger suitable for small, medium and large production projects.

node-jsdom

v3.1.5
A JavaScript implementation of the DOM and HTML standards cloned from the original jsdom branch 3.x