Skip to content

mrowacz/simple_http_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Just another simple http server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages