Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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.

Hubs

Hub Name Payload Intent
Main string:Message Receive Messages

API

URL Method Params Success Error
/messages/send/ POST receiver, message OK Bad Request

Clone this wiki locally