Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litermc/socket.io
Socket io v4 client & server (TODO) written in Go
https://github.com/litermc/socket.io
golang socket-io socket-io-client socket-io-server websocket
Last synced: 2 days ago
JSON representation
Socket io v4 client & server (TODO) written in Go
- Host: GitHub
- URL: https://github.com/litermc/socket.io
- Owner: LiterMC
- License: agpl-3.0
- Created: 2024-01-29T20:57:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T06:53:06.000Z (7 months ago)
- Last Synced: 2024-11-15T03:25:23.416Z (3 months ago)
- Topics: golang, socket-io, socket-io-client, socket-io-server, websocket
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socket.IO
This is socket.io v4 client and ~~server~~ implementation written in Go.
This package support **websocket transport only**### TODO
- [ ] Client reconnect with same sid
- [ ] Server implementation