Berkeley, CA

Edmond Meinfelder

Expert
@stdarg

Excitable software developer.

tcp-port-used. A simple Node.js module to check if a TCP port is already bound.

66

Node20Min. A short code-focused presentation of Node.js that takes about 20 minutes to present.

24

udp-discovery. Provides zero-config discovery service using broadcast UDP.

24

config-js. A simple config utility for node.js, that uses a single JavaScript file with a read-only exported JavaScript object.

15

blackjack. A simple blackjack server and client.

11

is2. A type-checking module for node.js to test values and types. Does not throw exceptions.

10

npmview. A simple wrapper to programmatically use NPM to view a module's information.

9

spdx-licenses. Has a list of all the valid SPDX licenses, and for a given id, will return the full name.

6

mush.js. A MUSH-like server built in node.js

3

property-path. Get and set object properties using a string path, where you can specify the separator character in the path.

3

json-rest-api. A lightweight REST API that receives and responds to JSON HTTP requests, supports all verbs. Very simple.

2

node-cards. A Node.js playing card module with support for custom decks

1

expiryprops. This node.js module manages an object, allows you to set keys and optional values on that object and, after a timeout expires, removes that property from the object.

1

fuzelog. A super-simple node.js logger with colors, layouts and sprintf-like format descriptors.

1

neo4jSimple. A simple node module to send requests to ne04j

1

sprintf.js. A node.js sprintf module based on the C library implementation, with some modifications.

1

inspect-1-line. Collapse the node.js util.inspect output to 1 line and colorizes iff NODE_ENV is development and adds inspect to the global object

1
17
Apply