🎉 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!

A decent (ideally simple) C# MMO game server example?

Started by
10 comments, last by Armchair-Advisor 3 years, 2 months ago

Ziker said:
What I'm interested in finding is the libraries and project structures most suitable for use in game dev (server side) and certain techniques specific to building real-time game server.

Network Solutions

I made good experiences with SmartFox Server 2X (link). It is free for less than 100 concurrent users.

You may also take a look at ZeroMQ (link).

Unity

Unity is a fantastic tool for game development, and possibly terrific to create an MMORPG client. However, it is not the right tool to create an MMORPG server.

Books

When you are interested in MMORPG server architecture, you may look at IT-HARE (link). The guy has also published two books that are really worth reading, yet nothing for the faint of the hearth.

Blog

Finally, you might visit my blog (link) on the design and programming of MMORPGs. I just unlocked an article on Scalable MMORPG server architecture (link).

Best Wishes!

Novel MMORPG design ideas: https://www.mmo-blueprint.com

This topic is closed to new replies.

Advertisement