/TCP-Voting-System

"Developed secure voting system with TCP sockets, CNIC authentication, and multi-threading for scalability, storing data in a text file."

Primary LanguageC

TCP-Voting-System

  1. Built a secure voting system with multi-threaded TCP sockets, storing votes in an output text file.
  2. Authentication & Data Storage: Verified users with CNIC and name. Saved voter data and votes in the same text file.
  3. Resilient Scalability: Handled multiple clients using threads per client, maintaining data integrity in the text file.