server

How to use Lidgren with Unity3D for MMOs – Part 1

How to use Lidgren with Unity3D for MMOs – Part 1

Why use Lidgren?

Don’t kid yourself.  Writing a multiplayer game that runs over the Internet can be tricky. If you are using Unity you have the entire .NET network library at your disposal. Simply making a TCP connection or sending UDP packets is pretty trivial. Why on earth would you bother using someone else’s library?

Read more…

Ghostees: Server Technology

Ghostees: Server Technology

Ghostees is not just an RPG, it is a proof of concept of the server platform. The server platform is designed so that we can develop additional MMORPG-style games and leverage all that back end technology as much as possible. Read more…