Skip to content

A simple demo app using rrweb, socket-io, React and NestJS to visualize changes remotely to the DOM in real-time.

Notifications You must be signed in to change notification settings

exeleon/demo-rrweb-socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

A simple demo app using rrweb and socket.io to visualize remotely changes to the DOM in real-time.

How to run this app

This monorepo is composed by backend and frontend packages.

  • Execute the following commands from the root directory to run up this app:

    • npm install
    • npm run be
    • npm run fe
  • Open http://localhost:3000 in many tabs as clients you want.

  • Open http://localhost:3000/sessions in a separate tab to see the "Active Sessions" screen to visualize real-time updates.

About

A simple demo app using rrweb, socket-io, React and NestJS to visualize changes remotely to the DOM in real-time.

Topics

Resources

Stars

Watchers

Forks