Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 289 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 289 Bytes

BlackJack

A blackjack server-client application that utlizes multithreading by serving each client on separate threads. Communication between server and client is done through socket io. Multithreading is achieved by the use of static object locks and the use of wait and notifyAll().