#websockets

[ follow ]
JavaScript
fromHackernoon
3 months ago

How I Solved the WebSocket Scaling Problem Without Breaking the Bank | HackerNoon

WebSockets enable scalable systems for handling many connections efficiently with proper connection management.
#server-sent-events
fromHackernoon
3 years ago
JavaScript

Streaming in Next.js 15: WebSockets vs Server-Sent Events | HackerNoon

Next.js supports WebSockets and SSE for real-time data streaming, enhancing modern web applications with powerful features and capabilities.
fromMedium
1 year ago
Data science

SSE vs WebSockets

SSE and WebSockets are efficient real-time communication protocols for data exchange.
fromHackernoon
3 years ago
JavaScript

Streaming in Next.js 15: WebSockets vs Server-Sent Events | HackerNoon

Next.js supports WebSockets and SSE for real-time data streaming, enhancing modern web applications with powerful features and capabilities.
fromMedium
1 year ago
Data science

SSE vs WebSockets

SSE and WebSockets are efficient real-time communication protocols for data exchange.
more#server-sent-events
fromHackernoon
4 months ago
JavaScript

Easily Scale Real-Time Updates with Firestore: A Maintenance-Free Alternative to WebSockets | HackerNoon

Firestore simplifies real-time feature implementation, scaling, and maintenance for web applications.
WebSockets, while powerful, can be difficult to manage at scale.</br>
Polling is easy but inefficient for real-time applications with higher client loads.
fromInfoQ
5 months ago
DevOps

How Recall.ai Saved $1M on AWS by Eliminating WebSockets

Recall.ai's shift from WebSockets to a custom IPC solution significantly reduced AWS costs associated with video processing.
JavaScript
fromInfoWorld
6 months ago

WebSockets under the hood with Node.js

WebSockets allow seamless two-way communication between client and server, essential for real-time applications.
fromInfoQ
7 months ago
JavaScript

ASP.NET Core 9 RC 1: Keep-alive Timeouts for Websockets, Improved SignalR Tracing, and More

Microsoft's .NET 9 Release Candidate introduces significant features like WebSocket keep-alive timeouts and Keyed Dependency Injection services.
fromMedium
9 months ago
Angular

Advanced Features and Techniques in Play Framework

Play Framework offers built-in CSRF protection and supports various authentication mechanisms and database operations for secure web application development.
fromInfoQ
11 months ago
JavaScript

Phoenix LiveView Promises SPA-like Interactivity for Real-Time Server-Rendered Apps

Phoenix LiveView allows developers to create real-time applications without JavaScript, leveraging the Erlang virtual machine for scalability.
[ Load more ]