Skip to content

rebolini-pablo/nolibc-httpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

single-page http server for x86_64 linux in a 5kb static binary, doesn't depend on libc

build and run

./build.sh
./httpd 8080 test.html

if you don't have gcc, change build.sh to match your compiler

About

5kb single-page http server, static binary for linux x86_64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.6%
  • Assembly 10.0%
  • Shell 5.8%
  • HTML 1.6%