Skip to content

moodrain/tiny-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

tiny-http-server

  • Tiny http server with multiple threads.
  • Respond the Nth number of Fibonacci sequence accordingly, when received the query key named "num".

Compilation

mkdir build && cd build && cmake .. && cmake --build .

Run Server

./tiny-http-server

Test

wget -qO- https://127.0.0.1:8080?num=10

About

tiny http server with multiple threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published