Socket.io across multiple nodes, backed by redis, on Heroku.
$ heroku create
$ git push heroku master
$ heroku open
Socket.io requires sticky sessions in order to be scaled up. On Heroku, you can enable that with:
$ heroku features:enable http-session-affinity
$ herouk scale web=4:standard-1x
$ yarn
$ heroku local -f Procfile.dev