You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.