ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Network replication protocol #61

Open ColinGilbert opened 8 years ago

ColinGilbert commented 8 years ago

We need a server to be able to send stage setups, actor state, and various commands over the network to a client. We need a client to be able to send state-change requests to a server.

The protocol needs to be defined and implemented separately, as soon we'll have to create things such as traffic-reducing proxies and application firewalls for it.