Show status of my self-hosted server on Web

Hello photon community,

I have a simple question (i hope so). I am running my own custom server application, derived from LoadBalancing example. I would like to show status of this server on my website. What is the best way to approach this from the html/php perspective ? How can I query the photon server from html/php ?

Comments

  • hi, @Thomas3711
    you probably may use either owin or ServiceStack or some simple http server implementation or just simple tcp listener
    a lot of choises :)
    best,
    ilya
  • thank you very much for your comment, I will investigate the options and choose one.