Open Source Virtual World and MMOG Development Platform
3D Client (Windows), Server, and Tools to easily create massively multiplayer games and virtual worlds.
If you want to contribute to the source code please go to https://github.com/multiversemmo/MultiversePlatform
A virtual world engine writen by C# Provide network,serialization,thread management,work flow,cluster management,RPC etc.It's designed for concurrency. For performance, it doesn't use lock to resolve conflicts, otherwise it use queues.