Alex Pinsky
Alex Pinsky

Reputation: 315

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?

Upvotes: 5

Views: 5242

Answers (1)

jordelver
jordelver

Reputation: 8432

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.

Upvotes: 4

Related Questions