# talk-now **Repository Path**: Xu-pixel/talk-now ## Basic Information - **Project Name**: talk-now - **Description**: 基于Soket.io及时聊天练手项目 - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: http://1.116.1.178:3001/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-23 - **Last Updated**: 2022-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 环境 node **public已经打包好对应的前端页面了** 安装依赖 ```shell npm install ``` 开发 ``` node inde.js # 或者(需要npm install -g nodemon) nodemon index.js 后台运行 ``` node index.js & ```