Heroku enabled the the websockets automatically for all applications. See https://blog.heroku.com/archives/2014/7/7/websockets_now_ga We don't need to enable the lab option ( it would not work anyway ). Also as I'm seeing in https://github.com/DaftMonk/generator-angular-fullstack/pull/369 we will need to add DOMAIN as a variable to heroku too: `heroku config:set DOMAIN=customDomainChoosed.herokuapp.com`
Heroku enabled the the websockets automatically for all applications. See https://blog.heroku.com/archives/2014/7/7/websockets_now_ga
We don't need to enable the lab option ( it would not work anyway ).
Also as I'm seeing in #369 we will need to add DOMAIN as a variable to heroku too:
heroku config:set DOMAIN=customDomainChoosed.herokuapp.com