Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

JavaScript RTT over WebSockets

bartcapote

New Coder
Hi! I’m not sure, if this is a correct approach, but as a newbie (a few months coding) I’ve come up with this little app to get a feeling where I can host for free to get the quickest response time possible using WebSocekts protocol:

https://upstream-colors.herokuapp.com/

As you can see, the first one I managed to get to work is hosted on Heroku. I aim to try out other hosts later - but this will require some work from me, I hope not too long. I would greatly appreciate if some of you followed instructions on the site and post your result here (also location would be nice). It will take 30 seconds.

Also, if you have any commentary, whether this app is a good way to measure where I can get the fastest hosting over WebSockets - please share!

bart

PS
sorry if the code is little messy ;)
 
Back
Top Bottom