You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2020. It is now read-only.
Ruben de la Torre edited this page May 27, 2017
·
10 revisions
The Chat Service uses SignalR for one-way real-time communication towards the clients.
This means that a client can only receives messages from SignalR hubs but not vice versa.
Clients can send messages via an reliable API endpoint.