You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A web server using Java's non-blocking IO, capable of handling a very large number of simultaneous connections with just
one non-blocking network-handling thread, and multiple (configurable) threads for request processing.