Skip to content

Commit

Permalink
Merge pull request #219 from akostadinov/patch-1
Browse files Browse the repository at this point in the history
add info to readme about container image
  • Loading branch information
vi committed Apr 1, 2024
2 parents e859ded + e0f599c commit 4c03976
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ Netcat, curl and socat for [WebSockets](https://en.wikipedia.org/wiki/WebSocket)

## Examples

### Connect to public echo server
### Connect to public echo server (Ctrl+d to quit)

```
$ websocat ws://ws.vi-server.org/mirror
123
123
ABC
ABC
$ docker run --rm -ti ghcr.io/vi/websocat:nightly wss://ws.vi-server.org/mirror
123
123
ABC
ABC
```

### Serve and connect
Expand Down

0 comments on commit 4c03976

Please sign in to comment.