Skip to content
Todd Fredrich edited this page Aug 1, 2013 · 24 revisions

RESTExpress is a very efficient, small "micro-framework" to library to create very performant, scalable RESTful services in Java. Written using the fabulous Netty framework from Trustin Lee, RESTExpress uses non-blocking I/O to service requests while leveraging Executors to service back-end (possibly blocking) operations.

Read more about the RestExpress:

View RestExpress benchmark results here.

RestExpress Benchmarks Round 2 vs. Tomcat

For a more interactive Q&A please see the Google code forum for RestExpress.

<iframe id="forum_embed" src="javascript:void(0)" scrolling="no" frameborder="0" width="900" height="700"> </iframe> <script type="text/javascript"> document.getElementById('forum_embed').src = 'https://groups.google.com/forum/embed/?place=forum/restexpress' + '&showsearch=true&showpopout=true&showtabs=false' + '&parenturl=' + encodeURIComponent(window.location.href); </script>