Skip to content

Pumbkinpat/http-server-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http server with berkeley socket API in c++

How to run:

  • Open 2 terminal tabs
  • Use this command to compile and run the server g++ socket.cpp -o ./build/debug/socket && ./build/debug/socket
  • Use this command to send request curl -i -X POST --http0.9 -d --output "hello world" http://localhost:8080

About

Making a http server with berkeley socket api in c/c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages