spaxel/dashboard/node_modules/union/examples/socketio
jedarden 03f765639b feat(feedback): enhance false positive explanations with diagnostic context
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25 12:35:04 -04:00
..
index.html feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
README feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
server.js feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00

This folder contains an example of how to use Union with Socket.io.

First, you'll want to install both Union and Socket.io. Run this
command in the folder you placed these two files:

npm install union socket.io

You can run the server like so:

node server.js

Now open up your web browser to http://localhost and see the results
in the console!