FICTURE7 / uberstrok

An effort to write an UberStrike server emulator.
MIT License
12 stars 10 forks source link

CommServer <-> GameServer communication #22

Closed FICTURE7 closed 5 years ago

FICTURE7 commented 5 years ago

Use Photon's S2S stuff to setup server-to-server communication between the Comm server and the Game server. Should consider running the WebServices stuff on a Photon application instance as well, to make server-to-server communication easier.

FICTURE7 commented 5 years ago

On second thought, we might not need this.