Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 321 Bytes

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