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

https://github.com/s4kibs4mi/gofu-socket

Example of Golang websocket client and server using Gorilla websocket library.
https://github.com/s4kibs4mi/gofu-socket

golang golang-examples websocket

Last synced: 2 months ago
JSON representation

Example of Golang websocket client and server using Gorilla websocket library.

Awesome Lists containing this project

README

          

# GoFu WebSocket

Example of Golang websocket client and server using Gorilla websocket library.

##### Build
```bash
./buid.sh
```

##### Run
```bash
docker-compose up
```