Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 663 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 663 Bytes

SignalR-Server

A simple SignalR server and javascript client which can be used to demonstrate the capabilities of SignalR in the field of real-time applications. This particular SignalR client was deployed to an Azure App and utilized through a web and multiple Xamarin Forms Chat applications.

Using a central SignalR sever, all the clients can reference the hub and push messages to it through the designated URL. The clients can then listen for incoming messages on the hub.

The Web client can be run by deploying the web app and accessing /chat.

The Mobile Applications are available through: https://github.com/IncredibleWeb/Xamarin-Forms-Chat-Client