I am building a mobile app with KendoUI, and now we are asked to build a immediately message chat functionality in our app, I am wondering whether the current Kendo UI solution support that requirement or not? As now I haven't found such example on this site.
Regards,
Qiu,Juan
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 15 Jul 2014, 12:00 PM
Hi Juan,
Kendo UI Is a components library, that helps you build rich user interfaces. Reading and manipulating live data such as a live chat is something that is out of the scope for the UI controls. This is the reason why you cannot see such example in our demos. What you are looking for is a way to transmit data between user and the server using sockets, please check the following framework that gives such kind of functionality: