We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14750b9 commit e6ee580Copy full SHA for e6ee580
README.MD
@@ -9,10 +9,16 @@ Example of simple server/client that can work with both UPD and TCP protocols
9
10
## Description
11
12
+### Technologies used
13
+
14
Neither server nor client uses additional threads and both based on event listening technologies.
15
16
Server uses 'epoll' method to work with multiple UPD and TCP sessions at same time
17
18
Client works with one server by chosen protocol and uses 'select' method to listen events.
19
20
Both application has been provided with interative menus so you don't get lost.
21
22
+### Main functionality
23
24
+Server handles text messages from client. If message contains numbers then server returns sum of that numbers, otherwise it returns the same message.
0 commit comments