Friday, May 5, 2023

What is WebListener?

► WebListener is a web server in ASP.NET Core that runs only on Windows host machines.

► It is an alternative to Kestrel and is built on HttpSys kernel-mode driver.

► Also, is used for direct connection to the internet without the need of an IIS as a reverse proxy server.

It is not compatible with IIS.