Personal tools
Skip to content. | Skip to navigation
This is a basic pass-through stream, but when muted, the bytes are silently dropped, rather than being passed through.
fs.rename but works across devices. same as the unix utility "mv"
modernize node.js to current ECMAScript standards
A header file filled with macro and utility goodness for making addon development for Node.js easier across versions 0.8, 0.10 and 0.11, and eventually 0.12
A header file filled with macro and utility goodness for making add on development for Node.js easier across versions 0.8, 0.10 and 0.11, and eventually 0.12. Thanks to the crazy changes in V8 (and some in Node core), keeping native add-on compiling happily across versions, particularly 0.10 to 0.11/0.12, is a minor nightmare. The goal of this project is to store all logic necessary to develop native Node.js add-on without having to inspect NODE_MODULE_VERSION and get yourself into a macro-tangle.
Node.js implementation of the NAT Port Mapping Protocol