Skip to content

Cody2333/chatServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#基于python的在线聊天服务器程序 这是一个用python写的简单的在线聊天程序。 现在还在开发中,现在只能用命令行交互 ##当前版本使用方式 ###telnet client 连接 通过telnet连接服务器即可进行通信,可通过telnet连接我的服务器尝试一下

host:www.cody.wang

port:5005

###可用指令

command args function
login name login the server with the name
logout none logout the server
say message send the message in the room
look none see the online users in the room
userls none see the online users on the server
roomls none see the existing rooms on the server
back none go back to the main room
chatto name chat to somebody in a private room

chatClient.py 连接

暂时还在开发中

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages