Tagged Questions
0
votes
1answer
363 views
Language and learning of an MMO Game server [closed]
I am creating a MMO using XNA framework for the client and want to create the server using .Net sockets in C#. I am not a total rookie to network programming, but I am having trouble finding ...
8
votes
9answers
1k views
9
votes
2answers
3k views
What's the best server architecture for real-time games?
I'm developing a Real-Time game which should hold thousands of players in real-time (FPS like. max 1s lag). What would be the best infrastructure for this?
My idea was using 2 server clusters - one ...
2
votes
4answers
1k views
Serverside libs/examples for html5 WebSocket in .net?
Hey guys, I wanted to know what libraries or examples exist for WebSockets in .NET