How can a NodeJS server be used from Game Maker HTML5?
- by Tokyo Dan
I want to create a client-server game that runs on Game Maker HTML5-NodeJS. The NodeJS server will be an AI server - a bot that acts like a human opponent and plays against the human player at a front-end game client that is coded in GM HTML5.
How can a NodeJS server be used from GM HTML5. Are there any examples of such a system?
I already got an…