Two asynchronous I/O Helpers for Node.js
November 18th, 2011 at 8:00am
I've recently started using Node.JS and Erlang. Haven't been this unfaithful to Python since 2001, and of course there are consequences:
- IOStream: JS implementation of Tornado's IOStream class for buffered I/O.
- Deque: JS implementation of a Double-ended Queue.
Both are MIT licensed. Hope this is of use!
