Update README.md

This commit is contained in:
Tahinli 2022-11-06 07:06:27 +03:00 committed by GitHub
parent 020f13cf09
commit 64cc201b94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,9 @@ Basic Client and Server
#Client #Client
--It uses 2 threads send-receive -- 2 threads send-receive
--Basic Level End 2 End Encryption -Default--> Caesar Cipher[+3] -- Basic Level End 2 End Encryption -Default--> Caesar Cipher[+3]
@ -20,13 +20,13 @@ Basic Client and Server
#Server #Server
--It has primitive log system --> Connected IP-PORT-USERNAME and Disconnected IP -- Primitive log system --> Connected IP-PORT-USERNAME and Disconnected IP
--Low Level Security with Password Protection -- Low Level Security with Password Protection
--Some commands which are /leave, /quit -- Some commands which are /leave, /quit
Client and Server are designed to use together because of their specializations. Be aware of this situation, when you want use with others. Client and Server are designed to use together because of their specializations. Be aware of this situation, when you want use with others.