What is Websocket?
In simple terms, websockets are an upgrade to traditional HTTP.
Websockets are mostly used at places where real time updates are necessary. For example:
- Chat applications.
- Location based apps.
- Social feeds.
- Collaborative work.
- Multi player gaming.
- Live streaming.
- Financial and sports updates.