This is a simple web server written in x86_64 assembly. Currently it supports only 2 HTTP requests - GET and POST.
On average it handles 100 random HTTP GET and POST request in 0.109 seconds.
- Just use make.
make
I have made a test.py
file. It will make random GET and POST requests and server will handle them on it's own. Run test.py
along with server to see results.