Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebC - Simple http server in C

How to build

./build.sh

How to run

./build/webc [IP] [PORT] [DIR]

Params

  • IP - ip of interface server should listen to - 127.0.0.1 for loopback, 0.0.0.0 for any interface
  • PORT - port server should listen on
  • DIR - path to dir where static files are

About

Simple http server serving static html websites. Created for learning purposes

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages