ASP.NET Core SignalR Client
npm install 5ug-signlarJavaScript and TypeScript clients(compatible with DCloud/uni-app platform) for SignalR for ASP.NET Core and Azure SignalR Service.
``bash`
npm install signalr-uni
See the SignalR Documentation at docs.microsoft.com for documentation on the latest release. API Reference Documentation is also available on docs.microsoft.com.
For documentation on using this client with Azure SignalR Service and Azure Functions, see the SignalR Service serverless developer guide.
To use the client in a uni application, install the package to your node_modules folder and use import { /MODULE NAME/ } from 'signalr-uni' to load the module.$3
To use the client in a browser, copy *.js files from the dist/browser folder to your script folder include on your page using the