- What is WebSocket? How it works, performance, and use cases explained
Get a better understanding of WebSockets are, how they work, and why they're ideal for building high-performance realtime apps
- The WebSocket Handbook - Ably Realtime
About the Author Alex Diaconu is a WebSocket enthusiast who has spent most of his professional career working alongside engineering teams, technical product managers, and system architects, while writing about web technologies Alex is currently a Technical Content Writer at Ably, where he is exploring the world of realtime tech, and writing about the many challenges of event-driven
- What are WebSockets used for? - Ably Realtime
What is WebSocket? In a nutshell, WebSocket is a realtime web technology that enables bidirectional, full-duplex communication between client and server over a persistent connection The WebSocket connection is kept alive for as long as needed (in theory, it can last forever), allowing the server and the client to send data at will, with minimal overhead
- Pros and cons of WebSockets - the complete guide
WebSocket is a mature tech that benefits from widespread adoption There are numerous libraries and frameworks implementing the WebSocket protocol across every programming language and development platform
- SignalR vs. WebSocket: Key differences and which to use
We compare SignalR and WebSocket, two popular realtime technologies Discover their advantages and disadvantages, use cases, and key differences
- Scaling Pub Sub with WebSockets and Redis - ably. com
WebSocket server - Clients connect to this server to receive updates from a channel The server subscribes to Redis channels and forwards messages it receives through the pub sub subscription
- WebSockets vs HTTP: Which to choose for your project in 2024
An overview of the HTTP and WebSocket protocols, including their pros and cons, and the best use cases for each protocol
- WebSocket security: How to prevent 9 common vulnerabilities
Discover common WebSocket vulnerabilities and learn how to secure your WebSocket connections with modern security practices, encryption, and vulnerability testing
|