The Implementation of Blocking IO, Non-blocking IO and Netty
-
Updated
Oct 30, 2023 - Java
The Implementation of Blocking IO, Non-blocking IO and Netty
Socket Client and Socket Server using Blocking Mode
Blocking implementations of server using java.io and java.net: single thread, thread per connection, thread pool.
The old hangman game implemented on a multithreaded server
Blocking implementations of server using java.nio: single thread.
Add a description, image, and links to the blockingsockets topic page so that developers can more easily learn about it.
To associate your repository with the blockingsockets topic, visit your repo's landing page and select "manage topics."