Part of coding challenges by John Crickett
- Round-robin algorithm
- api servers in node (10 of them)
- build the images on
./Dockerfile
and./js-server/Dockerfile
- run
docker compose up
- use 'time elapsed' to check bottleneck
- third implementation: use Arc on reqwest http client in order to remove the currently bottleneck (in theory).
- setup everything in docker
- improve docker setup (one server by container)
- push to github