Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 673 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 673 Bytes

RxJS-Ws-Demo

RxJS Robust Websockets demo app

For ng-conf 2023 ⚡ Lightning talks Lollapalooza!

Running the apps

The demo consists of a NestJS back-end, which runs the server logic of the web sockets, and an Angular front-end to demonstrate the features.

Run the NestJS server

npx nx serve api

Run the Angular front-end

npx nx serve fe-demo

Running on Nx

This workspace was been generated by Nx, a Smart, fast and extensible build system.