socket.io-compression-demo

Stars
7
Committers
2

Socket.IO Compression Demo

A demo which shows the savings for a realtime stream on Twitter.

How to use

Please prepare a Twitter access token.

Heroku

Custom

Set the environment variables and start your server.

$ export TWITTER_CONSUMER_KEY=xxxxxxxxxx
$ export TWITTER_CONSUMER_SECRET=xxxxxxxxxx
$ export TWITTER_TOKEN=xxxxxxxxxx
$ export TWITTER_TOKEN_SECRET=xxxxxxxxxx
$ npm install
$ npm start

License

MIT