GeosiaGame / Geosia

https://geosia.org
GNU Lesser General Public License v3.0
4 stars 1 forks source link

Working integrated server-client in-process RPC #11

Closed eigenraven closed 7 months ago

eigenraven commented 7 months ago

This implements a working in-process client-server RPC communication socket, including an authentication handshake and passing a simple "chat" message from the client to the server as an example/test of how to use it.

eigenraven commented 7 months ago

Worldgen can be moved separately, I'm trying to avoid change-the-entire-world PRs to make reviewing much easier. And it is my plan to work on server chunk generation/streaming soon

screret commented 7 months ago

Kk cool