Basically I want to have a master server that manages connections with clients and then relays messages from the client to area servers, and then vice versa. I want to do something like have an array of area rooms my master server is connected to and then relay state updates to clients based on which area state was updated.. Has anyone accomplished anything like this with or without hacks?