An open API service indexing awesome lists of open source software.

https://github.com/tim0-12432/simple-test-server

Test servers for development and testing of communication clients
https://github.com/tim0-12432/simple-test-server

developer-tools self-hosted server testing

Last synced: 9 months ago
JSON representation

Test servers for development and testing of communication clients

Awesome Lists containing this project

README

          


logo


Simple Test Server


This is the second version of simple test servers. This time written in Go and with a tiny cute UI.

---

## Contents

1. [About](#about)
2. [Usage](#usage)
3. [Development](#development)
4. [Contributing](#contributing)
5. [License](#license)

---

## About

## Usage

```bash
docker run -it --rm --name simple-test-server -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/tim0-12432/simple-test-server-2:latest
```

## Development

## Contributing

## License