Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 607 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 607 Bytes

Xamarin-Forms-Chat-Client

A cross platform Xamarin Forms Chat application using SignalR. The application makes use of a SignalR backend to manage web socket connections. SignalR Groups are used to demonstrate how private chats can be created using SignalR. The application also uses custom renderers to display speech bubbles on Android and IOS.

The SignalR Server is available on: https://github.com/IncredibleWeb/SignalR-Server

Instructions:

  • Deploy SignalR Server to an Azure App (Free)
  • Change the URL of the Hub in ChatServices to point to your app
  • Test the App on Web and on the App
  • Enjoy!