|
1 | | -# Probitas Test Servers |
| 1 | +# Echo Servers |
2 | 2 |
|
3 | | -[](https://github.com/jsr-probitas/dockerfiles/actions/workflows/build.echo-http.yml) |
4 | | -[](https://github.com/jsr-probitas/dockerfiles/actions/workflows/build.echo-grpc.yml) |
5 | | -[](https://github.com/jsr-probitas/dockerfiles/actions/workflows/build.echo-graphql.yml) |
| 3 | +[](https://github.com/jsr-probitas/echo-servers/actions/workflows/build.echo-http.yml) |
| 4 | +[](https://github.com/jsr-probitas/echo-servers/actions/workflows/build.echo-grpc.yml) |
| 5 | +[](https://github.com/jsr-probitas/echo-servers/actions/workflows/build.echo-graphql.yml) |
6 | 6 |
|
7 | | -Docker images for testing [Probitas](https://github.com/jsr-probitas/probitas) |
8 | | -clients. |
| 7 | +Echo servers for testing HTTP, gRPC, and GraphQL clients. Built for testing |
| 8 | +[Probitas](https://github.com/jsr-probitas/probitas) and other client |
| 9 | +implementations. |
9 | 10 |
|
10 | 11 | ## Images |
11 | 12 |
|
12 | | -| Image | Protocol | Default Port | Status | |
13 | | -| ----------------------------------- | -------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
14 | | -| `ghcr.io/jsr-probitas/echo-http` | HTTP | 80 | [](https://github.com/jsr-probitas/dockerfiles/actions/workflows/docker.echo-http.yml) | |
15 | | -| `ghcr.io/jsr-probitas/echo-grpc` | gRPC | 50051 | [](https://github.com/jsr-probitas/dockerfiles/actions/workflows/docker.echo-grpc.yml) | |
16 | | -| `ghcr.io/jsr-probitas/echo-graphql` | GraphQL | 8080 | [](https://github.com/jsr-probitas/dockerfiles/actions/workflows/docker.echo-graphql.yml) | |
| 13 | +| Image | Protocol | Default Port | Status | |
| 14 | +| ----------------------------------- | -------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 15 | +| `ghcr.io/jsr-probitas/echo-http` | HTTP | 80 | [](https://github.com/jsr-probitas/echo-servers/actions/workflows/docker.echo-http.yml) | |
| 16 | +| `ghcr.io/jsr-probitas/echo-grpc` | gRPC | 50051 | [](https://github.com/jsr-probitas/echo-servers/actions/workflows/docker.echo-grpc.yml) | |
| 17 | +| `ghcr.io/jsr-probitas/echo-graphql` | GraphQL | 8080 | [](https://github.com/jsr-probitas/echo-servers/actions/workflows/docker.echo-graphql.yml) | |
17 | 18 |
|
18 | 19 | ## Quick Start |
19 | 20 |
|
|
0 commit comments