HTTP Server

logicsb
edited October 2011 in Photon Server
Hello,

I would like to know if it is possible to create a HTTP server with Photon.

If it is possible I need:
* Implement a Photon server to read GET parameters from the HTTP request configured to an arbitrary port.

Thanks.

Comments

  • with a lot of effort I guess so.
    But I wouldn't waste time on it cause the architecture is not exactly opted or even targeted at it. if you want to write such a thing I would either do it directly in .NET / ASP.NET or in Node.js if you want something totally different.
  • Actually, there is a Photon version that runs inside a Microsoft IIS. However, it still uses our binary protocol and is most likely not too suited for GET requests.

    Use ASP and or MVC.