Skip to content

Simple C web server, able to open html files and render them

Notifications You must be signed in to change notification settings

lemito/CWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Web Server

Simple C web server, able to open html files and render them

Create symbolink link:

ln -s about.html cmake-build-debug/about.html
ln -s about.html build/about.html
ln -s static cmake-build-debug/static

Start:

bazel run //:CWebServer_bin

About

Simple C web server, able to open html files and render them

Resources

Stars

Watchers

Forks