Hi,
Is it possible to implement the server as an OWIN handler?
Currently the server is HttpListener based. If you implement it as an OWIN handler, it can be hosted on other platforms as well.
Authentication and other modules can then be provided by other OWIN middleware