·signalr
</>

signalr

stuartf303/sorcha

Implements real-time WebSocket communication using SignalR for action notifications and register events. Use when: Adding real-time notifications, creating hub endpoints, broadcasting to groups, or testing WebSocket communication.

7Installs·2Trend·@stuartf303

Installation

$npx skills add https://github.com/stuartf303/sorcha --skill signalr

SKILL.md

ASP.NET Core SignalR implementation for real-time client-server communication. Sorcha uses two hubs: ActionsHub (Blueprint Service) for workflow notifications and RegisterHub (Register Service) for ledger events. Both use group-based broadcasting with JWT authentication via query parameters.

| Groups | Route messages to subscribers | wallet:{address}, register:{id}, tenant:{id} | | Typed Hubs | Compile-time safety | Hub | | IHubContext | Send from services | Inject IHubContext | | JWT Auth | Query parameter auth | ?accesstoken={jwt} |

Library ID: /websites/learnmicrosoften-usaspnetcore (ASP.NET Core docs including SignalR)

Implements real-time WebSocket communication using SignalR for action notifications and register events. Use when: Adding real-time notifications, creating hub endpoints, broadcasting to groups, or testing WebSocket communication. Source: stuartf303/sorcha.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stuartf303/sorcha --skill signalr
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is signalr?

Implements real-time WebSocket communication using SignalR for action notifications and register events. Use when: Adding real-time notifications, creating hub endpoints, broadcasting to groups, or testing WebSocket communication. Source: stuartf303/sorcha.

How do I install signalr?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuartf303/sorcha --skill signalr Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/stuartf303/sorcha

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01