is there any implements of HTTP request handle and response?

Options
It's would be great if the photon can be treated as an HTTP server.

Comments

  • chvetsov
    Options
    hi, @ueharaai
    could you describe your use case?

    best,
    ilya
  • ueharaai
    Options
    In our networks, some servers are web server, like php or iis , photon server can request data from those servers easily by using an http request,but not vice versa. we hope photon can receive GET/POST request and write back text in an http form.
  • chvetsov
    Options
    well, ultimately we will have this, but for now you may use any what to start http server inside photon application - either Owin or ServiceStack or simple listener or any solution you like. We use owin in production. in tests we use listeners

    best,
    ilya