aspnet / SignalR-samples

Samples for ASP.NET Core SignalR
753 stars 398 forks source link

available function in Core server and client #113

Open waltergrimmvie opened 3 years ago

waltergrimmvie commented 3 years ago

thank you for the great samples,

the Net samples where full of simple functions, like server user connect, disconnect events, get SR id on server and client, send message to one user from hub, add user to rooms, client and server events etc.

These might be simple but hard to get hold of for the core version. IS there any sample showing the available functions in a very simple manner (eg, just writing to console etc),