Demonstrates scalable techniques for handling 10,000 concurrent requests in Go
make install_dependencies
This implementation uses the standard library's net/http package.
make run_server
This implementation uses the fasthttp package.
make run_fasthttp
This implementation uses the gin package.
make run_gin
This implementation uses the echo package.
make run_echo