Skip to content

YoungZSh/ChatApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

如何运行服务器端

Linux

  1. 安装依赖

    pip install -r requirements.txt
  2. 修改配置文件config.ini

    按照具体的网络配置信息

    [Local]
    host = 127.0.0.1
    message_port = 9999
    file_transfer_port = 9998
    
    [Remote]
    host =  172.21.136.189
    domain = ecs.wdc.zone
    message_port = 9999
    file_transfer_port = 9998
  3. 在目录ChatApp下运行服务器文件

    python3 ./server/server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.5%
  • HTML 14.7%
  • JavaScript 12.1%
  • Batchfile 1.6%
  • Shell 0.1%