Nginx – Why use a servlet container over netty in frameworks
I've been reading and seeing examples about servlets, servlet containers and web frameworks for the JVM. I'm now wondering, what's the point of using a servlet container instead of something like netty? I'm not 100% I understand it correctly, but…