Simple chat room project to play with Microsoft Orleans and Xamarin.Forms (Andriod and UWP) for build connected application
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/