chat-room 一个使用python websocket构建的简单聊天室

chat-room 一个使用python websocket构建的简单聊天室

Python 其它杂项

访问GitHub主页

共114Star

详细介绍

chat-room

a simple chat room used by python websocket

step 1:
start websocket server,go to the server dir
python chatserver.py start

step2:
go to the client dir,use Browser to open the chat_view.html
first set your name
your can send messages to chat.

推荐源码