PatamProject / Patam-BookScrabble

1 stars 0 forks source link

update serverManager #48

Open mayageva11 opened 1 year ago

mayageva11 commented 1 year ago

This is the facade for all the server-side components, and it receives transmissions from the hosts. It classifies these transmissions based on their nature, and then sends them to a specific game server instance associated with the host or to the shared bookScrabble server for all games. It returns a response to the appropriate host once the processing is completed.