https://github.com/zsdonghao/chatservertcp
保密型聊天软件服务器 /Private Chat Server
https://github.com/zsdonghao/chatservertcp
chat chat-application chat-room python tcp
Last synced: 5 months ago
JSON representation
保密型聊天软件服务器 /Private Chat Server
- Host: GitHub
- URL: https://github.com/zsdonghao/chatservertcp
- Owner: zsdonghao
- Created: 2016-05-15T21:30:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-15T21:32:11.000Z (over 9 years ago)
- Last Synced: 2025-03-31T03:41:21.242Z (6 months ago)
- Topics: chat, chat-application, chat-room, python, tcp
- Language: Python
- Size: 7.81 KB
- Stars: 17
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#ChatServerTCP
一款保密性聊天软件服务器,基于TCP协议开发,未读的聊天记录加密保存在服务器中,当对方读取信息后会自动删除不保留任何痕迹。希望对你有用。A Private Chat Server based on TCP Protocol and MongoDB. Content will be deleted completly after it has been read. Enjoy!
##chatserverTCP.py
It is a python3 script. After starting the program, you can have a quick tour by using 'telnet' on terminal.
> Dependency 1: chatdb.py
>
> Others: mongoengine#Author
>Hao Dong>Data Science Institute
>Imperial College London
>2015 April
>For advanced version, contact : haodong_cs@163.com
>