Task:
- Read a file with 10k numbers
- split into array of strings
- count number of occurences
- host webserver & respond as json [{ num: x, count: y}, ...]
an easy yet difficult enough way to get a grasp of a language & it's features
./bombardier -c 10 -d 20s http://localhost:3000 => 10 connections for 20s
./bombardier -c 30 -d 20s http://localhost:3000 => 30 connections for 20s
- package management: 0
- ease of programming: **
- speed: **
- package management: **
- ease of programming: ***
- speed: *
- package management: ***
- ease of programming: *
- speed: *****
- package management: **
- ease of programming: ***
- speed: *
- package management: **
- ease of programming: **
- speed: ****
- package management: ** (virtual env is a little weird for new users)
- ease of programming: ***
- speed: **