https://github.com/sutanto1010/signalgo
signalgo is a go package that can help you to make super fast and scalable real-time application. Inspired by SignalR in ASP.Net
https://github.com/sutanto1010/signalgo
golang real-time realtime signalr socket-io websocket
Last synced: 5 months ago
JSON representation
signalgo is a go package that can help you to make super fast and scalable real-time application. Inspired by SignalR in ASP.Net
- Host: GitHub
- URL: https://github.com/sutanto1010/signalgo
- Owner: sutanto1010
- Created: 2021-04-04T06:49:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T17:36:57.000Z (over 4 years ago)
- Last Synced: 2024-11-15T04:10:51.618Z (over 1 year ago)
- Topics: golang, real-time, realtime, signalr, socket-io, websocket
- Language: Go
- Homepage:
- Size: 3.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# signalgo
`signalgo` is a go package that can help you to make super fast and scalable real-time application. Inspired by SignalR in ASP.Net
Features:
- [x] Auto Retry Connection
- [x] Binary Message Support
- [ ] JSON Message Support
- [ ] Protobuf Message Support
- [x] Redis Backplane
Clients:
- [x] JavaScript
- [ ] Flutter (Dart)
- [ ] Java
- [ ] .Net Core
- [ ] Python
Framework Integrations:
- [x] [`gin-gonic/gin`](https://github.com/gin-gonic/gin)
- [ ] [`go-chi/chi`](https://github.com/go-chi/chi)
- [ ] [`labstack/echo`](https://github.com/labstack/echo)
- [ ] [`kataras/iris`](https://github.com/kataras/iris)