Script on Photon

Options
Hello Is it possible to write any script on photon to make server logics ?

Comments

  • Nazara
    Options
    Adding: Or is there any way to trigger event from photon server without receiving any request from client ?
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Nazara,

    Thank you for choosing Photon!

    Hello Is it possible to write any script on photon to make server logics ?
    We don't have server-side scripting. However, you can have server plugins.
    is there any way to trigger event from photon server without receiving any request from client ?
    You can trigger events from plugins via timers but the point of entry method in the plugin are callbacks to requests sent by the client or server events. If you want to have total control you can modify the server-side application code from Photon Server SDK and self-host.