josephg / node-browserchannel

An implementation of a google browserchannel server in node.js
287 stars 47 forks source link

'connect' missing from package.json? #53

Closed mrft closed 7 years ago

3rd-Eden commented 9 years ago

This module isn't using connect, so it's not missing.

mrft commented 9 years ago

Well it complains about it when trying to run the first thing from the readme file:

Run the example server with:

# coffee node_modules/share/examples/server.coffee
3rd-Eden commented 9 years ago

Thats because the example uses connect, not the actual module.