OpenHellion project documentation

The OpenHellion project documentation aims to explain how the project is put together. Check out the installation and setup page if you want to learn how to set up a functioning client, main server and game server.
Parts of the documentation may be outdated. If so, you can propose pull requests on GitHub.
In overview
The project contains three major parts: the client, the server, and the main server. These three communicate with each other through several different means: direct client/server communication, Nakama’s own library/API, and Nakama REST RPCs, as explained in the Client-server communication article.
These pages are for more techical users wanting to get a more under-the-hood understanding of how the game works.