Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 615 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 615 Bytes

Spacebar Response Tracker with Websockets

Track responses to spacebar presses from multiple users using Websockets and determine the fastest responder.

Description

Create a program that monitors responses to spacebar presses from multiple users using Websockets. Record the time each user responds and display the response time of each user. Notify the first user who responds that they were the fastest.

Features

  • Utilizes Websockets for real-time communication between server and clients.
  • Record response times for each user.
  • Notify the fastest responder.
  • Display response times of all users.