mini_chat:提供实时网络聊天的原始 WSGI 应用程序

时间:2024-06-20 06:29:51
【文件属性】:

文件名称:mini_chat:提供实时网络聊天的原始 WSGI 应用程序

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-20 06:29:51

Python

迷你聊天 提供实时网络聊天的原始 WSGI 应用程序。 特征: 265行代码以下 低于 14k 页面重量 [包括图像和未缩小的 CSS/JS] 每个 IP 的速率限制 几乎无限的频道 没有框架 消毒的用户输入 链接链接 如何安装 依赖关系 Python 3.3+ Redis 2.6+ 一个不是废话的浏览器[是的,我在看你 IE。] 它使用并需要以下浏览器技术: DOM SSE / 事件源 弹性盒布局 安装 $ pip install -r requirements.txt 发射 $ gunicorn -k eventlet -b 0:8000 chat 添加-D来守护进程。 用法 将浏览器指向 ,其中name是您喜欢的任何内容。 不同的片段名称会影响不同的channels 。


【文件预览】:
mini_chat-master
----templates()
--------chat.html(1KB)
----LICENSE(1KB)
----static()
--------css()
--------img()
--------js()
----chat.py(8KB)
----requirements.txt(62B)
----.gitignore(315B)
----README.md(790B)

网友评论