WebSocket and Server-Sent Events solve the same problem — data arriving without the client asking for it — but in different ways. WebSocket opens a real bidirectional channel, needed when the client also has to talk back — like in a chat. SSE is simpler and runs over plain HTTP: great for event feeds and notifications that only flow from server to client. This demo will put both approaches side by side, including: what happens when the connection drops?
The interactive demo for this feature will be available soon.
The interactive demo for Real-time & Communication is currently under development. The architecture and technical details are documented above.
Dashboards are the heart of any good CRM, SaaS, or management application. In this demo you'll find different types of visualizations for each persona in your company.
A living diagram of this project's Feature-Sliced Design, plus a Module Federation demo showing two independent micro-apps side by side.