Skip to content

h4ck0lympus/simple-web-server-in-x86_64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple web server in x86_64

This is a simple web server written in x86_64 assembly. Currently it supports only 2 HTTP requests - GET and POST.

Performance

On average it handles 100 random HTTP GET and POST request in 0.109 seconds.

Installation

  1. Just use make.
make

To test

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.

Demo Video

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published