Scoreboard

A scoreboard template with nodejs server to demonstrate use of web sockets using socket.io

Steps to run this program:

  1. Run the index.js using the command "node index.js"
  2. Open your browser and point it to: "http:\localhost:3000"
  3. Click on "Tune-In" button to get live score updates (Wait for 3 seconds)
  4. Works with multiple clients
  5. Click on "Tune-Out" to disconect the socket connection.

Screenshots

  1. Snapshot of scoreboard when connected to server

Alt text

  1. Snapshot of scoreboard when disconnected

Alt text

Built With

Share this project:

Updates