A 10 minute tutorial on creating a simple WebSocket server and client so you can connect your Construct 2 game to the 'net!
I'm trying to use node and websocket to setup a listen server for my online game up to 5 players. I'm in C3, and got this working, but how would I package node up so that every player doesn't need to install node to host the game?