Posts on pub-sub
-
LiveView Testing: Ensuring real-time synchronization across sessions
This post is part of the Testing Series, an overview of testing strategies for Elixir applications. -
LiveView: Navigating concurrency in real-time applications
Software designed to solve real-life problems must effectively address the issue of concurrency, where the order of operations cannot be trusted due to the unpredictability of timing, distance between interactions, and the potential for missed or delayed messages. To prevent corruption of data or application state, it is crucial to...