Events for custom server

Options
I have not found anything in the documentation for events regarding its setup on a custom server. I believe that events communicate using web hooks, so does that mean I have to portforward a specific port for this functionality?

More generally, lets say I have portforwardded my UDP and TCP channels. Would this setup be ready to handle event, or do I need further setup?

https://doc.photonengine.com/en-us/realtime/current/connection-and-authentication/tcp-and-udp-port-numbers

Comments

  • chvetsov
    Options
    hi, @JPGOrdon

    Not sure what you are calling 'Events'. In photon events are the way to send data from server to client. That is it. they can be send to one client or to many. the only thing you need is define uniq event id and send it with parameters you need. No need to setup port forwarding

    best,
    ilya