4 rest-bench - Compare simple REST server performance in Node.js and Go

github.com godoc.org goreportcard.com posted by Everton Marques 2116 days ago  

Compare simple REST server performance in Node.js and Go.

Both servers do the same - parse the JSON body and return it back in the response. No external libraries are used, just the builtin APIs.

Surprisingly Node.js is faster at HTTP and JSON handling.
Register to comment or vote on this story