Skip to main content

SignalR

SIM uses SignalR as the real-time communication protocol that extends the HTTP API. SignalR will use websockets where avaliable and will fall back to long polling if websockets are unsupported. Applications recieve real-time event objects via the SignalR service and will respond using the HTTP API.