WebSocket: An In-Depth Beginner’s Guide
WebSocket is a communication protocol meant to serve two-way communication between a client and server. It is a communication protocol similar to HTTP (instead of http:// or https://as URL protocol, we use ws:// or wss://). In simpler terms, WebSocke...
siddharthsahu.com11 min read