Far-Beyond-Dev / Horizon

An easily scalable game server implemented in Rust, and compatible with many popular game engines
https://horizon.farbeyond.dev/
Apache License 2.0
27 stars 10 forks source link

Peer-To-Peer community edition networking #173

Open tristanpoland opened 1 month ago

tristanpoland commented 1 month ago

Server should be able to (By Version 1.0.0) connect in a mesh and allow peer-to-peer replication between regions. This should allow for low complexity highly scalable game server deployments.

tristanpoland commented 2 weeks ago

We are in progress on a Horizon Core rewrite that refs this issue. completing that and merging it will allow us to complete work on the Horizon link plugin for community edition networking. This will be left open for the time being and worked on further after we merge the PR.

PR: #182

tristanpoland commented 1 week ago

The core rewrite (As you may well have noticed) is complete. This too we hope to complete by the 24th of November.

tristanpoland commented 2 days ago

@haywoodspartan I could use a hand on the master server stuff if you are free. We can keep it simple for now. Let me know when you have some time to sit down for a couple hours and take a crack at it.