Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enabling websockets on Heroku

I need help with enabling websockets through Heroku labs.

I execute 'heroku labs:enable websockets -a myapp' through the Toolbelt an I get - No such feature: websockets.

Any ideas?

like image 781
Alex Pinsky Avatar asked Oct 01 '22 05:10

Alex Pinsky


1 Answers

It's probably because Web Sockets are no longer a labs feature.

Web Sockets are now generally available.

If you are creating a new application on Heroku, there is no need to enable WebSockets or to configure your application to use the new router — this is now the default configuration.

like image 174
jordelver Avatar answered Dec 31 '22 22:12

jordelver