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
- Host: GitHub
- URL: https://github.com/tim0-12432/simple-test-server
- Owner: tim0-12432
- License: mit
- Created: 2022-10-13T15:20:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T20:27:26.000Z (about 2 years ago)
- Last Synced: 2025-01-16T22:22:45.551Z (over 1 year ago)
- Topics: developer-tools, self-hosted, server, testing
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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