Wednesday 10 January 2018

Express, socket.io and Heroku question

I've got an app that is a multi-user drawing program. I'm using Express for the server and am using socket.io to deal with the multi-user aspect. Right now I am running the app on my machine locally using one port for the socket.io calls and a second port for api calls for things like user authentication, etc.When I deploy to Heroku, I only get one port. Is there a way to get around this single port limitation? I don't want to break the project into two seperate servers.

Submitted January 10, 2018 at 06:13PM by MoviesAndCocktails

No comments:

Post a Comment