Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 297 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 297 Bytes

ZSChatSystem

  • Using Python socket
  • Point-to-point communication model
  • Secure socket communication based on OpenSSL
  • Bidirectional authentication between client and server
  • Local Storage of Chat history

============

python server.py python client.py python client.py ...