#WebSocket

[ follow ]
#websocket
InfoQ
2 days ago
DevOps

Netflix's Pushy: Evolution of Scalable WebSocket Platform That Handles 100Ms Concurrent Connections

Pushy has evolved significantly to support hundreds of millions of connections, enhancing notifications and inter-device communication for Netflix.
Netflix engineers focus on scalability and reliability improvements for the Pushy messaging platform in light of its rapid growth. [ more ]
InfoQ
6 days ago
JavaScript

.NET 9 Release Candidate 1: Approaching Final Release with Updates Across the Framework

Microsoft released the first release candidate for .NET 9, introducing numerous updates for developers in ASP.NET Core, libraries, and workload management. [ more ]
Hackernoon
1 year ago
JavaScript

Leveling Up My GraphQL Skills: Real Time Subscriptions | HackerNoon

GraphQL can significantly simplify data retrieval compared to RESTful services by allowing multiple data requests in a single call. [ more ]
Zato
1 week ago
Python

Smart IoT integrations with Akenza and Python

Akenza's platform is optimized through strategic integrations with systems like ERP and CRM for enhanced data management. [ more ]
Hackernoon
2 months ago
JavaScript

How to Document a Java WebSocket API Using Smart-Doc | HackerNoon

Smart-Doc facilitates clear and efficient API documentation for Java projects, including WebSocket support.
WebSocket technology enhances client-server communication through its full-duplex protocol.
Java's WebSocket implementation relies on specific annotations for effective event handling. [ more ]
GitHub
1 month ago
JavaScript

GitHub - epicweb-dev/test-server: Utility for creating HTTP and WebSocket servers for testing.

Utility simplifies testing HTTP and WebSocket servers with automatic disposal, promoting efficient test setups. [ more ]
InfoQ
2 days ago
DevOps

Netflix's Pushy: Evolution of Scalable WebSocket Platform That Handles 100Ms Concurrent Connections

Pushy has evolved significantly to support hundreds of millions of connections, enhancing notifications and inter-device communication for Netflix.
Netflix engineers focus on scalability and reliability improvements for the Pushy messaging platform in light of its rapid growth. [ more ]
InfoQ
6 days ago
JavaScript

.NET 9 Release Candidate 1: Approaching Final Release with Updates Across the Framework

Microsoft released the first release candidate for .NET 9, introducing numerous updates for developers in ASP.NET Core, libraries, and workload management. [ more ]
Hackernoon
1 year ago
JavaScript

Leveling Up My GraphQL Skills: Real Time Subscriptions | HackerNoon

GraphQL can significantly simplify data retrieval compared to RESTful services by allowing multiple data requests in a single call. [ more ]
Zato
1 week ago
Python

Smart IoT integrations with Akenza and Python

Akenza's platform is optimized through strategic integrations with systems like ERP and CRM for enhanced data management. [ more ]
Hackernoon
2 months ago
JavaScript

How to Document a Java WebSocket API Using Smart-Doc | HackerNoon

Smart-Doc facilitates clear and efficient API documentation for Java projects, including WebSocket support.
WebSocket technology enhances client-server communication through its full-duplex protocol.
Java's WebSocket implementation relies on specific annotations for effective event handling. [ more ]
GitHub
1 month ago
JavaScript

GitHub - epicweb-dev/test-server: Utility for creating HTTP and WebSocket servers for testing.

Utility simplifies testing HTTP and WebSocket servers with automatic disposal, promoting efficient test setups. [ more ]
morewebsocket
InfoWorld
5 months ago
JavaScript

Bun 1.1 JavaScript toolkit backs Windows 10

Latest Bun 1.1 version supports Windows 10 and is more compatible with Node.js.
Updates in Bun 1.1 include faster speeds, new features like HTTP2 client support, content-addressable cache, and cross-platform shell functionality. [ more ]
Daniel Lemire's blog
10 months ago
Web development

A simple WebSocket benchmark in JavaScript: Node.js versus Bun

The http protocol is asymmetrical and does not allow the server to initiate communication with the client, making certain types of applications more difficult to design.
WebSocket is a bidirectional communication protocol that allows for real-time communication between browsers and servers, enabling the server to notify the client of changes without a request.
WebSocket can provide more efficient and faster communication compared to the http protocol. [ more ]
[ Load more ]