mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-30 02:17:45 +00:00
The current situation of throw-every-piece-of-logic-into-one-file for each server isn't working out. So now there is a new ZoneConnection/LobbyConnection struct that will be delegating tasks to their own Handlers (for example, there could be a ChatHandler.) I'm not sure how well this architecture will scale, but it's better than what we have right now. |
||
---|---|---|
.. | ||
kawari-admin.rs | ||
kawari-frontier.rs | ||
kawari-lobby.rs | ||
kawari-login.rs | ||
kawari-patch.rs | ||
kawari-web.rs | ||
kawari-world.rs |