TODO: Adjust the following lines from README.md

# websocat
Netcat, curl and socat for [WebSockets](https://en.wikipedia.org/wiki/WebSocket).

[![Gitter](https://badges.gitter.im/websocat.svg)](https://gitter.im/websocat/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)

## Examples

### Connect to public echo server

```
$ websocat ws://ws.vi-server.org/mirror
123
123
ABC
ABC
```

### Serve and connect

```
...

Homepage:
https://codeload.github.com/vi/websocat/
