TypeScript WebSockets 101: Getting Started Guide
What are WebSockets ?
WebSockets provide a full-duplex communication channel over a single TCP connection. WebSockets enable real-time communication between the client and server, making them ideal for applications such as chat apps, live notificatio...
blogsadityapradhan.hashnode.dev3 min read