An app for real-time voting from audience devices for poetry slams.
This project uses only Node.js built-in modules so no dependencies are required.
-
Start the server:
node server.js
The server listens on
http://localhost:3000by default. -
Open a browser and navigate to
http://localhost:3000.
Multiple clients can connect at the same time. Votes are sent to the server and updates are broadcast to all connected clients using Server-Sent Events.