Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IncredibleWeb/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.
https://github.com/IncredibleWeb/Xamarin-Forms-Chat-Client
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/IncredibleWeb/Xamarin-Forms-Chat-Client
- Owner: IncredibleWeb
- License: mit
- Created: 2016-04-14T08:05:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T10:24:53.000Z (about 7 years ago)
- Last Synced: 2024-08-04T01:17:57.208Z (6 months ago)
- Language: C#
- Size: 40 KB
- Stars: 108
- Watchers: 22
- Forks: 44
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-xamarin-apps - SignalR Chat
README
# 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!