🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

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

Started by
10 comments, last by 8Observer8 4 years, 6 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