Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 409 Bytes

File metadata and controls

21 lines (16 loc) · 409 Bytes

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- http://127.0.0.1:8080?num=10