https://github.com/devigned/signalr-go
signalr client for golang
https://github.com/devigned/signalr-go
Last synced: 8 months ago
JSON representation
signalr client for golang
- Host: GitHub
- URL: https://github.com/devigned/signalr-go
- Owner: devigned
- License: mit
- Created: 2019-05-04T03:50:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T23:17:20.000Z (about 7 years ago)
- Last Synced: 2024-10-05T17:22:01.467Z (over 1 year ago)
- Language: Go
- Homepage: https://aka.ms/signalr-go
- Size: 48.8 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure SignalR Client for Golang
[](https://goreportcard.com/report/github.com/devigned/signalr-go)
[](https://godoc.org/github.com/devigned/signalr-go)
[](https://travis-ci.org/devigned/signalr-go)
[](https://coveralls.io/github/devigned/signalr-go?branch=master)
## 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](https://github.com/golang/go/wiki/Modules).
With go get:
```
go get -u github.com/devigned/signalr-go
```
If you need to install Go, follow [the official instructions](https://golang.org/dl/)
### Examples
Find up-to-date examples and documentation on [godoc.org](https://godoc.org/github.com/devigned/signalr-go#pkg-examples).