Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 235 Bytes

README.md

File metadata and controls

5 lines (2 loc) · 235 Bytes

x86 Web Server

Here's simple web server written in x86 assembly that listens for HTTP requests and serves a basic HTML page. This server was created as a learning experience to learn more about x86 and the unix networking API's.