I recently did some comparative testing of web service implementations for a simple in-memory cache. I built functionally equivalent interfaces in Java (REST + SOAP) and Node.js (REST only) for the cache. As expected, the Node implementation outperformed the Java variants significantly (>100% faster response times).
Read more here
Friday, January 31, 2014