CNProj_IntranetMailingSystem

所属分类:SQL Server
开发工具:Python
文件大小:3KB
下载次数:0
上传日期:2019-10-27 09:17:34
上 传 者sh-1993
说明:  使用套接字编程构建多客户端服务器系统。当客户端尝试向其他客户端发送邮件时,t...
(Bulding multiple-client server system using socket programming. When a client tries to send a mail to other client, the message first goes to the mail server, that stores the message in a sql database. And when a new client connects, server queries the database and retrieves all mails of that client (displays inbox of that client))

文件列表:
app.py (1016, 2019-10-27)
db.py (534, 2019-10-27)
form.html (349, 2019-10-27)
server.py (1744, 2019-10-27)
start.html (238, 2019-10-27)

# CNProj_IntranetMailingSystem Building multiple-client server system using socket programming. When a client tries to send a mail to other client, the message doesnot directly go to the client. Instead, it first goes to the mail server, that stores the message in a sql database. And when a new client connects, server queries the database and retrieves all mails of that client (displays inbox of that client). Technologies used : HTML for GUI Flask for rendering HTML using python Socket Programming MY SQL database

近期下载者

相关文件


收藏者