dotnet / WatsonWebserver

Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
MIT License
403 stars 83 forks source link

Is WatsonWebserver built based on HTTP.SYS technology? #109

Closed sqlnew closed 1 year ago

sqlnew commented 1 year ago

I would like to know what technology is used to implement the underlying Watson Web server. It should support high concurrency. Is it based on Microsoft's HTTP. SYS technology?

jchristn commented 1 year ago

Yes, it is a wrapper around the capabilities provided by http.sys.