What about webSockets?
-Communication between, a client (browser) and server -Bidirectional (data flows both ways) -allow real-time data flow
webSockets are data transfer is occur at real time it all happening without the client having to make any additional requests
Uses of Websockets
- multiplayer browser games
- collaboration code editor
- live text for sports/news websites
- online drawing canvas
- real-time to-do apps with multiple users