Creating a Basic Node.js WS WebSocket Server and Client

3

Stats

8,483 visits, 12,968 views

Tools

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

A 10 minute tutorial on creating a simple WebSocket server and client so you can connect your Construct 2 game to the 'net!

  • 2 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • 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?

  • where's the sequel?