Im trying to implement a group chat functionality to my application. What is recommended when trying to do this? I've read about SignalR and PubNub, not sure if there is any others that are better and free.
Im trying to implement a group chat functionality to my application. What is recommended when trying to do this? I've read about SignalR and PubNub, not sure if there is any others that are better and free.
Hi, AlexAlvarado-2907. For the realtime communication, you could use SignalR to do it. SignalR is compatible with .Net Standard compatible, we can add the SignalR client directly into a Xamarin Forms app.
8 people are following this question.