Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 922 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 922 Bytes

Simple Chat room sample app

Simple chat room project to play with Microsoft Orleans and Xamarin.Forms (Andriod and UWP) for build connected application

Build Status

Build Status Build status

Details

The chat logic is implemented as Microsoft Orleans grains aka Actors and hosted in Silo. Web API implemented as ASP.NET Core Web Api server and presented to the chat clients (Android and UWP). When user enters a chat messages is transfered by WebSocket technique. https://mindofai.github.io/Creating-Custom-Controls-with-Bindable-Properties-in-Xamarin.Forms/