Tagged in

Vuejs

Using NestJS SSE (Server-Sent Events) for updating Front-end
Using NestJS SSE (Server-Sent Events) for updating Front-end
This publication goes through a simple yet powerful implementation of how to use SSEs on NestJS to update Front-end reactively.
More information
Followers
10
Elsewhere
More, on Medium

Frontend Implementation

Hi everyone! Building on our previous article on NestJS SSE, we are now moving forward to discuss how a VueJS application can consume those Server-Sent Events (SSE) that were emitted by a NestJS backend. This ensures an effective Event Driven Architecture (EDA), keeping your frontend…