tidwall / evio

Fast event-loop networking for Go
MIT License
5.9k stars 492 forks source link

nginx vs evio benchmark #29

Closed nixtoshi closed 5 years ago

nixtoshi commented 5 years ago

Would love to see a performance benchmark between evio and nginx instead of go's native http/fashttp. Assuming evio is more performant than nginx, does evio have any native protection against DDoS attacks and similar attacks that more popular web servers protect against?

tidwall commented 5 years ago

Thanks for the suggestion. I will consider more benchmarks in the future.

Unfortunately, Evio has no built-in protection against DDoS attacks.