Web Sockets Vs Long/API Polling
Websockets and API polling are both methods for establishing communication between a client (such as a web browser) and a server. However, they differ in their approach and usage scenarios.
Web Sockets :
Websockets provide full-duplex communication ...
krishna14.hashnode.dev2 min read