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
- Host: GitHub
- URL: https://github.com/michalswi/gows
- Owner: michalswi
- Created: 2021-06-18T09:57:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T13:11:04.000Z (3 months ago)
- Last Synced: 2025-01-21T13:19:37.637Z (3 months ago)
- Topics: azure, azure-app-services, docker, github-actions, golang, websocket-server
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gows
- [server](./main.go)
- [client](./client/client.go)```
## ACImake azure-rg
make azure-acimake azure-aci-fqdn
wsserver-b063757.westeurope.azurecontainer.io## client (nothing fancy, just connect)
./client -addr wsserver-b063757.westeurope.azurecontainer.io -port 80
```