Refactor|Server|Client: Added ServerSystem, splitting sys_network between apps
The goal is that the client's sys_network contains client-onlyfunctionality, while on the server, ServerSystem handles everythingand sys_network is entirely absent.
Work in progress…
Todo for later: Get rid of LegacyNetwork.
View differences
Refactor|Server|Client: Added ServerSystem, splitting sys_network between apps
The goal is that the client's sys_network contains client-only
functionality, while on the server, ServerSystem handles everything
and sys_network is entirely absent.
Work in progress…
Todo for later: Get rid of LegacyNetwork.