Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abstractolotl/azplace-websocket-backend
https://github.com/abstractolotl/azplace-websocket-backend
golang hacktoberfest websockets
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abstractolotl/azplace-websocket-backend
- Owner: Abstractolotl
- Created: 2022-07-27T07:33:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T00:14:07.000Z (about 1 year ago)
- Last Synced: 2024-11-05T19:55:57.444Z (2 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"
}
```