Benchmark
-
Webserver Benchmark: Erlang vs Go vs Java vs NodeJS
In this article, we compare the performance of webservers commonly used to implement server-side applications. We look at webservers implemented in Erlang, Go, Java (OpenJDK), and JavaScript (NodeJS).
-
Survey of Cowboy Webserver Performance - Part 1
In this article, we will benchmark the performance of Cowboy for all releases from 1.1.2 to 2.7.
-
Benchmarking Go vs Node vs Elixir
In this benchmark test, we compare three web application servers—Go, Node, and Elixir (Cowboy)—by subjecting each to a synthetic workload, first with 10k, and later with 100k connections.