0
votes
3answers
111 views
AJAX permanent connection to the server?
is there any way to open AJAX permanent connection to the server?
My programm needs to exchange data with server in real-time, not just every N seconds.
Do you know any example …