# Start the dev server for index.html
node dev.mjs
# Start the WebSocket server in a new tab
node server.mjs
Use the inspector to change the value of a property on window.person
and see it change live in other windows.
# Start the dev server for index.html
node dev.mjs
# Start the WebSocket server in a new tab
node server.mjs
Use the inspector to change the value of a property on window.person
and see it change live in other windows.