Skip to content

Kornfuzion/signalr-go

 
 

Repository files navigation

Azure SignalR Client for Golang

Go Report Card godoc Build Status Coverage Status

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/devigned/signalr-go

If you need to install Go, follow the official instructions

Examples

Find up-to-date examples and documentation on godoc.org.

About

signalr client for golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 88.7%
  • Makefile 7.9%
  • HCL 3.4%