Skip to content

cbass-d/barehttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barehttp

A very, very, simple http server written is x86_64 assembly.

Returns a static simple HTML response when connecting to localhost:4545

To build:

$ ./build.sh
$ ./build.sh -r ## Runs the server after building
$ ./build.sh -t ## Runs the server with strace (useful for debugging) 

Requirements:

  • nasm

To-do:

  • Use forking to hanlde connections

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors