Sivathmican Sivakumaran

Results 3 comments of Sivathmican Sivakumaran

Did you ever figure this out? I have a socketIO server running on Heroku. I'm unsure what port I'm suposed to be listening to be listening to. My javascript client...

@ShreyasSA I fixed my problem but it was something trivial. If you give me more information I can help you debug your problem.

I think a common mistake is to not omit the "http://" part of the host url when using the connectToHost method. This is added automatically. So instead of "http://www.example.com", use...