Creating a cross-platform chat app using Xamarin Forms and SignalR
In less than 5 minutes. First step is to create your Xamarin Forms projects – start with a blank shell app – and add an additional blank ASP.NET Core project to the solution – we will use it to host our SignalR backend. Once the projects are setup, we begin by implementing the ChatHub which…