Benchmarks - RestExpress/RestExpress GitHub Wiki
Here are some results of benchmarks on RestExpress...
Echo Benchmark
This simple benchmark compares the RestExpress Echo example application against echo implementations in three other environments. This benchmark compares RestExpress (0.8.0) to NodeJS (0.6.19), Tomcat (version 7.0.28), Vert.x (version 1.1.0 final). The client utilized a custom tuned version of HttPerf per the directions at: http://gom-jabbar.org/articles/2009/02/04/httperf-and-file-descriptors
See the results here
Test configuration and setup is here
Inspired by:
http://www.ostinelli.net/a-comparison-between-misultin-mochiweb-cowboy-nodejs-and-tornadoweb/
https://github.com/ericmoritz/wsdemo/blob/results-v1/results.md
http://en.wikipedia.org/wiki/C10k (would like to test this scenario)