An open API service indexing awesome lists of open source software.

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

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)