Wormhole
Wormhole Error when github pages.Wormhole is a stream based message queue system for Node.JS. It uses the MessagePack format/library for object serialization/deserialization in order to achieve maximum performance and throughput.
MessagePack has many advantages over JSON, and comes with a streaming deserializer, making the Wormhole library code itself extremely small.
Usage is extremely simple, just feed Wormhole a Stream to read on, and a callback to fire anytime a message is received, and thats it!