Advertisement

What should I learn to create a HTTP server with C# for games?

Started by December 13, 2019 06:45 PM
10 comments, last by 8Observer8 4 years, 9 months ago

You can create a free Node.js application (your simple server) on Heroku using this instruction: Getting Started on Heroku with Node.js You can connection your Unity client using this free asset: Socket.IO for Unity using this video tutorial: Unity Multiplayer Game Development with Node | Pluralsight I tried it and it works.

This topic is closed to new replies.

Advertisement