Quantcast
Channel: Photon Server — Photon Engine
Viewing all articles
Browse latest Browse all 1557

Photon Server VS Photon Cloud with Webhooks

$
0
0
Hi! I'm now looking for options for developing a real-time room-based multiplayer game (MOBA).
I need the server to be partially authoritative - I don't need it to check physics, but it should validate players' input, to prevent cheating. And it would be perfect to share code with logic between client (Unity, C#) and server. So I'd like to write server logic in C#.

The 2 options I found for that are:
1. Use Photon Server, host it myself and customize the LoadBalancing application, include authoritative server logic there.
2. Use Photon Cloud, setup backend on Microsoft Azure Websites and setup Webhooks on Photon Cloud to that backend.

The 2nd option seems better for me since I don't need to care about hosting and scaling. Photon Cloud is hosted for me, and Azure Websites have support for automatic scaling, I don't need to setup individual Virtual Machines.

But the question is: is it possible to implement authoritative server logic with Webhooks? What is its performance in real-time? Are there any limitations?
What approach would you suggest?
Thanks!

Viewing all articles
Browse latest Browse all 1557

Trending Articles