nodejs-stream icon indicating copy to clipboard operation
nodejs-stream copied to clipboard

A nodejs backend for social network streams using a server sent event stream.

Results 2 nodejs-stream issues
Sort by recently updated
recently updated
newest added

I cloned the repo with `git clone https://github.com/chovy/nodejs-stream.git` ran `npm install` I renamed config.sample.js to config.js and changed... ``` // config.port = 8080; // config.address = '127.0.0.7'; ``` to ```...

I'm doing a project and pooling for a nonexisting hashtag. Your server code crashes 1 minute after the 1st connection attempt if no tweet are available after the 1st minute....