initial commit

This commit is contained in:
2023-01-20 09:36:17 +01:00
commit 9586d3536f
17 changed files with 537 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
Gecho
==============================
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://git.thebarrens.nu/wolvie/gecho/blob/master/LICENSE)
A Simple echo server written in Go
Usage
-----
Just compile (or build the container image) and run the application, the only supported parameter is set by the `MAX_REQUESTS` environment variable which defaults to 500 if not set