The old hangman game implemented on a multithreaded server
-
Updated
Nov 22, 2017 - Java
The old hangman game implemented on a multithreaded server
Blocking implementations of server using java.nio: single thread.
Java NIO (New I/O - for non-blocking operations)
Blocking implementations of server using java.io and java.net: single thread, thread per connection, thread pool.
Add a description, image, and links to the blocking-sockets topic page so that developers can more easily learn about it.
To associate your repository with the blocking-sockets topic, visit your repo's landing page and select "manage topics."