davidfowl / signalr-ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignalR Ports

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.

To date, this protocol spec has been used to implement more clients, but it's possible to also implement servers in other languages. This repository exists for that reason.

About

License:MIT License


Languages

Language:JavaScript 77.2%Language:Go 21.7%Language:HTML 1.0%Language:Dockerfile 0.0%