MsgPack Protocol support for ASP.NET Core SignalR
npm install @microsoft/signalr-protocol-msgpackMsgPack support for SignalR for ASP.NET Core
bash
npm install @microsoft/signalr-protocol-msgpack
or
yarn add @microsoft/signalr-protocol-msgpack
`
To try previews of the next version, use the next tag on NPM:
`bash
npm install @microsoft/signalr-protocol-msgpack@next
or
yarn add @microsoft/signalr-protocol-msgpack@next
`
Usage
See the SignalR Documentation at learn.microsoft.com for documentation on the latest release. API Reference Documentation is also available on learn.microsoft.com.
$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