https://github.com/abstractolotl/azplace-websocket-backend
https://github.com/abstractolotl/azplace-websocket-backend
golang hacktoberfest websockets
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abstractolotl/azplace-websocket-backend
- Owner: Abstractolotl
- Created: 2022-07-27T07:33:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T00:14:07.000Z (over 1 year ago)
- Last Synced: 2025-02-15T11:26:59.932Z (5 months ago)
- Topics: golang, hacktoberfest, websockets
- Language: Go
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Methods (for backend):
### login
```
{
"method": "login",
"key": "KEY_FROM_DB"
}
```### broadcast
```
{
"method": "broadcast",
"data": {
"test": "testmessage"
}
}
```### count
```
{
"method": "count"
}
```