Skip to content

eric9751/chat

Repository files navigation

Anonymous Chat 💬

License PRs Welcome

一个轻量、高效且易于使用的匿名实时聊天应用程序。

✨ 特性 (Features)

  • 多用户支持:支持多个用户同时在线聊天。
  • 简洁 UI:直观且响应式的用户界面,支持多端(PC/移动端)适配。
  • 历史记录:自动保存和加载历史聊天记录。
  • 安全隐私:支持基础的用户认证和数据加密。

🚀 快速开始 (Getting Started)

跟随以下步骤在本地运行该项目。

前置要求 (Prerequisites)

请确保你的本地环境已安装以下软件:

安装与运行 (Installation & Run)

  1. 克隆仓库
    git clone [https://github.com/eric9751/chat.git](https://github.com/eric9751/chat.git)
    cd chat
    

安装依赖 npm install

或者使用 yarn

yarn install

配置环境变量 复制 .env.example 文件并重命名为 .env,然后填入你的本地配置: cp .env.example .env

启动服务 npm run dev

或者使用 yarn

yarn dev

应用将运行在 http://localhost:3000(请修改为你的实际端口)。

📖 使用指南 (Usage)

打开浏览器并访问 http://localhost:3000。 输入你的用户名或进行注册/登录。 进入聊天室,开始发送实时消息!

本项目采用 MIT 许可证 - 详情请查看 LICENSE 文件。

项目链接: https://github.com/eric9751/chat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors