Nonblocking io webserver/framework for java

Posted by SeekingNonblockingIo on Stack Overflow See other posts from Stack Overflow or by SeekingNonblockingIo
Published on 2010-11-20T23:35:42Z Indexed on 2011/01/09 15:53 UTC
Read the original article Hit count: 171

Filed under:
|

Does anyone know of any node.js style webserver framework for java? I realized that having nonblocking callback behavior while handling a web request will require deep support at the webserver level. I am interested in node.js, but when I have a web server that ends up persisting data, I would like to take advantage of the static type system that Java offers. However, I want the scalability of non-blocking io.

© Stack Overflow or respective owner

Related posts about java

Related posts about webserver