WebSockets allow a browser to send messages to a server and receive event-driven responses without polling the server for a reply. For now, WebSockets are the number one solution for building real-time applications: online games, instant messengers, tracking apps, and so on.
Sort: