repositorypackage
0.1.3
Repository: https://github.com/guru-golang/signalr-go.git
Documentation: pkg.go.dev
# README
Azure SignalR Client for Golang
Quickly and easily build real-time communications into your web application
With Azure SignalR Service, adding real-time communications to your web application is as simple as provisioning a service—no need to be a real-time communications guru!
Getting Started
Installing the library
Use go get
to acquire and install from source. We recommend using Go modules if you can.
For more information on modules, see the Go modules wiki.
With go get:
go get -u github.com/guru-golang/signalr-go
If you need to install Go, follow the official instructions
Examples
Find up-to-date examples and documentation on godoc.org.