Photon Unity Network

Hi there, i creating MMO game like 8 ball pool. So am planning to use Photon Unity Network(PUN) for my project; it a kind of matchmaking game. So does PUN requires any server side programming?

-Prasanna

No it doesn’t. Photon makes use of an API that communicates to Photon’s own server, and so handles all server logic. You only have to make use of the Photon API.