Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anybody please tell me, which is the best API that can be used to develop group chat application in mobile using MVC C#?
Posted

I would say none and all.
It is not a matter of API, it is a matter of your design which will be efficient or not.
First of all you need to list the features you want, this is what may matter to choose an API.
 
Share this answer
 
Comments
Member 10752313 25-Nov-15 3:10am    
Thank you. I am developing the web API in C# for a group chat application, no personal chat is possible in the application. The front end for the application is developed using swift. I also want to save the posts and corresponding details to my database. Users can post messages, images to his/her group.
Patrice T 25-Nov-15 3:23am    
you should Improve your question with the details
You can use SignalR.
Refer this-
Asp.Net SignalR Chat Room[^]

-KR
 
Share this answer
 
Comments
Member 10752313 25-Nov-15 3:08am    
Thank you. I am developing the web API in C# for a group chat application. The front end for the application is developed using swift. I also want to save the posts and corresponding details to my database. Is it possible to use SignalR for this application? I only have group chat in my application, no personal chat is possible in the application.
Ebenezar John Paul 20-Nov-17 1:58am    
It is possible. Make use of the features that SignalR has to offer you, then just integrate it with your UI. You should be good to go.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900