Skip to content

Commit 5c3c2cd

Browse files
committed
doc update
1 parent 732ddfc commit 5c3c2cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ _Reference_: https://github.com/kabutz/Transmogrifier
88
_Reference_: http://www.java2s.com/Tutorials/Java/Socket/How_to_use_Java_SocketChannel_create_a_HTTP_client.htm
99
_Reference_: https://www.youtube.com/watch?v=3m9RN4aDh08
1010

11+
# project description
12+
* the main goal of this project is to show how to implement single-threaded and multi-threaded
13+
multiplexed non-blocking server using `java.nio`
14+
* please refer firstly: https://github.com/mtumilowicz/java12-nio-non-blocking-polling-server-workshop
15+
* in the workshop we will try to fix failing tests from `test/*/workshop` package by following steps and hints in
16+
`java/*/workshop` package
17+
* answers: `java/*/answers` package
18+
19+
# theory in a nutshell
1120
# SelectionKey
1221
* a key represents the registration of a particular channel object with a
1322
particular selector object - moreover, we have methods: `channel()`, `selector()`

0 commit comments

Comments
 (0)