# node-socket-chat
**Repository Path**: d7c/node-socket-chat
## Basic Information
- **Project Name**: node-socket-chat
- **Description**: node-socket-chat 是一个使用 NodeJS 写的聊天工具。
- **Primary Language**: NodeJS
- **License**: AGPL-3.0
- **Default Branch**: master
- **Homepage**: http://www.d7c.top/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-09-08
- **Last Updated**: 2022-09-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# node-socket-chat
## 介绍
node-socket-chat 是一个使用 NodeJS 写的聊天工具。
## 软件架构
基于 socket 实现的命令行聊天工具,支持单聊和群聊。
## 安装教程
### 1. 安装项目依赖模块
```
1、命令行参数解析
npm install --save minimist
2、记录日志
npm install --save log4js
或
npm install --save winston winston-daily-rotate-file
```
## 使用说明
### 1. 克隆并安装项目,在项目根目录下执行
```
npm install
```
### 2. 服务端启动命令
```
npm run server
```
### 3. 客户端启动命令
```
npm run client
```
## 运行展示
## 捐助打赏
如果您觉得我们的开源软件对你有所帮助,请扫下方二维码打赏我们一杯咖啡。



## 参与贡献
1. Fork 本仓库
2. 新建 node-socket-chat_xxx 分支
3. 提交代码
4. 新建 Pull Request
## 特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)