# ws_chat **Repository Path**: fengfengzhidao/ws_chat ## Basic Information - **Project Name**: ws_chat - **Description**: 即时聊天系统--简单版本 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: http://ws.lzysite.com/ - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2022-03-16 - **Last Updated**: 2024-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: chat, Django, WebSocket ## README # WsChat 🌍 [简体中文](README.md) 基于`python3.7.8`和`Django3.2.10`的即时通讯项目 ![image](https://img.shields.io/badge/WsChat-1.0.1-yellow.svg) [![image](https://img.shields.io/badge/fengfengzhidao-枫枫知道-orange.svg)](http://www.fengfengzhidao.com/) ![image](https://img.shields.io/badge/Django-3.2.10-blue.svg) ## 主要功能: - 在线群聊 - 昵称,头像随机切换 - 在线人数统计 ## 后期计划 - 实现发送图片功能 - 聊天记录功能 ## 说明 Django3+websocket 实现群聊功能 ## 环境说明 本项目使用python版本:3.7.8 ## 安装依赖 `pip3 install -r requirements.txt` ## 运行方式 `python manage.py runserver`