m2node
m2node copied to clipboard
mongrel2 handler for node.js
I updated the zmq lib to version 2.5.1. I also added @_writableState = {needDrain : false}; to the fake socket as its absence was causing an error to be throw....
Hi Dan, I've merged dinedal's updates and a fix to parsing the netstring. You were using the string splice methods (which work on characters and not bytes). This would improperly...
Hi dan, made changes to the ZMQ sockets to emit any errors the get via the handle. This allows one to listen for any ZMQ error raised in one place...
When running npm install m2node I get this: ``` npm http GET https://registry.npmjs.org/m2node npm http 304 https://registry.npmjs.org/m2node npm http GET https://registry.npmjs.org/m2node/-/m2node-0.2.0.tgz npm http 200 https://registry.npmjs.org/m2node/-/m2node-0.2.0.tgz npm ERR! ReferenceError: nonStringBundleDependency is...
When running the example code, i receive the warning: WARNING: don't use IOWatcher, it'll be removed in v0.9 WARNING: don't use IOWatcher, it'll be removed in v0.9
When I have static files (.css and .js) being served from express, the client (browser) is receiving files with http header information. Seems that the output buffer is the size...