Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukeyeager/golang-websocket-echo-ping-example


https://github.com/lukeyeager/golang-websocket-echo-ping-example

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# golang-websocket-echo-ping-example

Example of a golang websocket server.
The server echos messages from clients back to the client.
It also implements ping-pong initiated from the server.

```
go get ./...
go run server.go
```