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

https://github.com/tkw1536/wssecho

A quick and dirty web socket echo server
https://github.com/tkw1536/wssecho

docker golang websocket

Last synced: about 2 months ago
JSON representation

A quick and dirty web socket echo server

Awesome Lists containing this project

README

          

# wssecho

![CI Status](https://github.com/tkw1536/wssecho/workflows/CI/badge.svg)

A quick dummy websocket implementation that echoes and can be used for testing.

Run it using:

```bash
go run . -bind localhost:8080
```

The client code is in [index.js](./index.js), the main server code in [main.go](./main.go).