chatroom:Twisted 聊天服务器训练示例

时间:2024-07-02 20:37:21
【文件属性】:

文件名称:chatroom:Twisted 聊天服务器训练示例

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-02 20:37:21

Python

聊天室 扭曲的聊天服务器(训练示例) 请参阅 主要依赖: Python 2.7.6 扭曲 14.0.2 sqlalchemy 0.9.8 sqlite3 用法: 启动服务器 $ python run.py -a[address] -p[port] 启动客户端 $ python client.py -a[address] -p[port] Simple Chat Client v0.1 Login: 注册新用户 Login: Alice Nickname Alice is free. Set password for user Alice to register it: 123456 Registered username Alice. You are logged in as Alice. 登录现有用户 Login: Alice Enter password for


【文件预览】:
chatroom-master
----README.md(777B)
----chat_protocol.py(2KB)
----server.py(997B)
----config.py(15B)
----test()
--------test.py(2KB)
----db()
--------room.py(426B)
--------message.py(533B)
--------__init__.py(431B)
--------user.py(545B)
--------relations.py(338B)
----chat_factory.py(318B)
----command_handler.py(2KB)
----state_handler.py(2KB)
----run_tests.py(330B)
----client.py(2KB)
----run.py(505B)

网友评论