DEV Community

Discussion on: SignalR without Javascript, the Promise of Blazor

Collapse
 
katnel20 profile image
Katie Nelson

Okay, I up voted too. And, I looked at my code again and you are right, I used Hub<InterfaceType> for by hub. Also, on the client side, I'm using the @microsoft/signalr package in TypeScript. It could use the HubConnection<T> as you describe too.