Skip to content

Eggplantsjz/webServerByCPP

 
 

Repository files navigation

webServerByCPP

a tiny web server simple implement by cpp

in project have a directory named "html",contain page resource,when start application,it will revcieve message from broswer,and get url,send different file in html directory according to url.for example,when broswer request /2.jpg,then it will send "./html/2.jpg" to browser.and finally,the picture will display in browser.

演示

About

a tiny web server implement by cpp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • HTML 3.7%