dimitry12 / delay-server

mock http delay server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

delay-server

Deploy

purpose

super simple http server that will allow you 'mock' delays in HTTP requires (ie: dont know what the request will be, just that you need to have a little delay and a real connection)

running (only works on amd64 docker arch)

docker run -p 3000:3000 nexusuw/delay-server:latest

then vist localhost:3000

About

mock http delay server

License:The Unlicense


Languages

Language:Go 80.6%Language:Dockerfile 9.8%Language:Makefile 9.5%