Looking at the github repo, they're comparing a rails app (full MVC, router, etc) against a node app (regex-based routing) to a snap application, which unless I'm missing something about snap actually seems to be two different applications, one to serve files and one that responds "pong".
Instead of a rails app they should have benchmarked a rack app.
Looking at the github repo, they're comparing a rails app (full MVC, router, etc) against a node app (regex-based routing) to a snap application, which unless I'm missing something about snap actually seems to be two different applications, one to serve files and one that responds "pong".
Instead of a rails app they should have benchmarked a rack app.