yeslayla / defend-together

Simple containerized game project using vanilla ENet networking
https://josephbmanley.itch.io/defend-together
GNU General Public License v3.0
1 stars 0 forks source link

Scaling system #3

Open yeslayla opened 4 years ago

yeslayla commented 4 years ago

This could probably be a project within itself. The following tasks need to be done:

yeslayla commented 4 years ago

Okay, so after a little bit of research and thought experiments it looks like I will need two servers:

Authorizer

Sort of a middle man TCP server that connects clients to servers. Will use redis for storing caching data and scalability.

Functions

Node

The node will be the actual game server. It manages the data given to it by the client.

May use redis?

Functions


Next step here would be to create a project board for this major feature.

yeslayla commented 4 years ago

Current progress:

Dev branch: feature/scaling