/simple_http_server

Just another simple http server

Primary LanguageC++

simple_http_server

Status

master coverage

Build & Run with docker

build with docker:

./run_me.sh

How to run from command line

./http_server -p 8080 --db sqlite3

Performance testing

curl -si 127.0.0.1:8080/api/objects/abc -XPUT -d 'przykladowe dane' -H 'Content-Type:application/json'
ab -n 10000 -c 10 http://127.0.0.1:8080/api/objects/abc

gitlab local ci

gitlab-runner exec docker server-build