#server-communication

[ follow ]
Sitepoint
2 months ago
Web development

How to Use WebSockets in Node.js to Create Real-time Apps - SitePoint

WebSockets allow fast, two-way communication between a browser and server.
Server-sent events and long polling are limited for true real-time applications. [ more ]
Pierre Ricadat's Tech Blog
2 months ago
Scala

Supporting high-performance response streaming in Shardcake

Shardcake simplifies entity distribution and messaging across servers with location transparency.
Challenges arise in streaming messages to multiple recipients with possibility of encountering issues. [ more ]
[ Load more ]