Sign inSign up

nsfilho/echo-webserver

By nsfilho

Updated almost 4 years ago

Simple echo webserver for test apps, made in rust.

Image
0

986

nsfilho/echo-webserver repository overview

Objective

The main objective of this app is to echo some informations via http to validate if others app can communicate with this server.

Some fields, like unique_id and server_time shows you about if your connection is intercepted by a cache or not and if your time and server is properly configured.

Running

docker run --name echo -p 8000:8000 -d nsfilho/echo-webserver:latest

Testing

Querying info:

curl --location --request GET 'http://127.0.0.1:8000/'

Response from server:

{ sample json }

Tag summary

Content type

Image

Digest

sha256:03a2f0a2a

Size

31.6 MB

Last updated

almost 4 years ago

docker pull nsfilho/echo-webserver