Hi!
I recently watched the nodeJS and websockets video series while following along and got the multi user drawing sketch all up and running.
I want to play around with nodeJS and socket.io some more and create some fun little projects. But I also want to be able to say to my friends "hey come to this page on my website and look at this cool server thing" (like the multi user drawing canvas).
My website is hosted on GitHub pages and as I understand it, it only hosts static files, so I can't just dump my server.js in there and expect things to work. What are my alternatives? Do I have to pay for a server from some provider and if so can I get my github page to "pull" from there? Can this be done for free? Completely new to server side programming so not quite sure how this stuff works:)