Websockets Simplified
Web socket is very similar to a two-way street.
First let's understand why we need Websockets ?
We use websockets when we desire real time communication between a web server and a client and need two-way communication.
Applications like chat apps, r...
mohit-codes.hashnode.dev3 min read