learning-software-engineering / learning-software-engineering.github.io

MIT License
16 stars 206 forks source link

Web sockets #541

Closed ananyamjain closed 3 months ago

ananyamjain commented 3 months ago

I've added a new guide on using WebSockets for building interactive web applications. This guide covers the basics of WebSockets, contrasts them with traditional HTTP, and outlines their advantages and challenges. It includes setup instructions for WebSocket servers and clients, real-world use cases, and a list of further reading resources.