Powering Real-Time Web Apps with Hazelcast

In-memory data grids are widely used for scaling web applications with caching, clustering and session replication. What you may not know is that IMDGs have features that make them an excellent fit for modern web applications. This video will explore the use of distributed data structures to push live data to the browser as soon as it updates. In particular, we will focus on Entry Listeners and Continuous Query in combination with WebSockets to power a real-time web app.