dotnet / WatsonWebserver

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

Can you ran this server standalone or should you proxy it? #74

Closed flo2000ace closed 3 years ago

flo2000ace commented 3 years ago

Hi,

first of all also a very cool project. I am interessted to replace my work with asp.net with this. I am currently conncerned how safe it is to use, like does it have dos prevention or any security features? Or is it better just to proxy it trough e.g. apache2?

Thanks!

jchristn commented 3 years ago

Hi @flo2000ace I use it regularly in projects that are exposed to the Internet alongside a network firewall and operating system firewall. It has some basic security capabilities like IP filtering. For DoS prevention you would need an external solution. Cheers