An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/dipdup-net/signalr

Package signalr provides the client side implementation of the WebSocket portion of the SignalR protocol. First things first: this was almost entirely written using https://blog.3d-logic.com/2015/03/29/signalr-on-the-wire-an-informal-description-of-the-signalr-protocol/ as a reference guide. It is an excellent technical write-up. Many thanks to Pawel Kadluczka for writing that and sharing it with the public. If you want deep-dive technical details of how this all works, read that blog. I won't try to replicate it here. At a high level, the WebSocket portion of SignalR goes through the following steps: See the provided examples for how to use this library. This example shows the most basic way to start a websocket connection. This example shows how to manually perform each of the initialization steps.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/dipdup-net/signalr
License: MIT
Latest release: over 6 years ago
First release: over 6 years ago
Namespace: github.com/dipdup-net
Last synced: 23 days ago