Logux, a new approach to client-server communication
Andrey Sitnik
Author of PostCSS and Autoprefixer, Principal Frontend Engineer
Combining ideas from both Redux and CRDT, Logux is a new tool that replaces AJAX with real-time data in applications, synchronizing action logs between the client and server while also providing an offline mode. This approach could significantly simplify application code and bring plug&play support for live updates and offline editing.
In the same orbit
- LoguxA new way to connect clients and server. Instead of sending HTTP requests (AJAX/REST), it synchronizes the log of operations between client, server, and other clients through WebSockets.
Explore more events
- Future of colors in CSS: why I moved to oklch() from rgb(), hex, and hsl()
Future of colors in CSS: why I moved to oklch() from rgb(), hex, and hsl()
BarcelonaJS