Skip to content
/ WebC Public

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

Notifications You must be signed in to change notification settings

g3t0r/WebC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages