Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidfowl/signalr-ports
https://github.com/davidfowl/signalr-ports
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidfowl/signalr-ports
- Owner: davidfowl
- License: mit
- Created: 2019-11-15T17:18:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:36:55.000Z (about 2 years ago)
- Last Synced: 2024-10-15T05:28:04.948Z (2 months ago)
- Language: JavaScript
- Size: 307 KB
- Stars: 92
- Watchers: 11
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://github.com/aspnet/AspNetCore/tree/master/src/SignalR/docs/specs) 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.