Hello,
I am trying to create a chat app using ACS. For receiving new message I have done it using
var chats_id = setInterval(chats, 5000);I need to implement it with long polling but don't have any idea of how to start it either using socket or TCP.
Any help is appreciated. Thanks.