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

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

Awesome Lists containing this project

README

          

# Azure SignalR Client for Golang
[![Go Report Card](https://goreportcard.com/badge/github.com/devigned/signalr-go)](https://goreportcard.com/report/github.com/devigned/signalr-go)
[![godoc](https://godoc.org/github.com/devigned/signalr-go?status.svg)](https://godoc.org/github.com/devigned/signalr-go)
[![Build Status](https://travis-ci.org/devigned/signalr-go.svg?branch=master)](https://travis-ci.org/devigned/signalr-go)
[![Coverage Status](https://coveralls.io/repos/github/devigned/signalr-go/badge.svg?branch=master)](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).