Skip to content

philippseith/signalr-ports

 
 

Repository files navigation

SignalR

Actions Status codecov GoDoc Go Report Card

SignalR is an open-source library that simplifies adding real-time web functionality to apps. Real-time web functionality enables server-side code to push content to clients instantly.

Historically it was tied to ASP.NET Core but the protocol is open and implementable in any language.

This repository contains an implementation of an SignalR server in go. The implementation is based on the work of David Fowler at https://github.com/davidfowl/signalr-ports. The server currently supports transport over http/WebSockets and TCP. The supported protocol encoding in JSON.

About

A SignalR server in go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.9%
  • HTML 4.3%
  • Makefile 0.8%