Socket.IO: Difference between revisions

no edit summary
(Created page with "Socket.IO is an abstraction library to allow real time communications from a browser to a server. On modern browsers, Socket.IO will first negotiate using AJAX requests and th...")
 
No edit summary
 
Line 1: Line 1:
Socket.IO is an abstraction library to allow real time communications from a browser to a server.
Socket.IO is an abstraction library to allow real time communications from a browser to a server.
On modern browsers, Socket.IO will first negotiate using AJAX requests and then upgrade to WebSockets.
On modern browsers, Socket.IO will first negotiate using AJAX requests and then upgrade to WebSockets.