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

https://github.com/michalswi/gows

WebSocket implementation in Go
https://github.com/michalswi/gows

azure azure-app-services docker github-actions golang websocket-server

Last synced: about 2 months ago
JSON representation

WebSocket implementation in Go

Awesome Lists containing this project

README

        

## gows

- [server](./main.go)
- [client](./client/client.go)

```
## ACI

make azure-rg
make azure-aci

make azure-aci-fqdn
wsserver-b063757.westeurope.azurecontainer.io

## client (nothing fancy, just connect)

./client -addr wsserver-b063757.westeurope.azurecontainer.io -port 80
```