https://github.com/withlin/nodechatsimpledemo
https://github.com/withlin/nodechatsimpledemo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/withlin/nodechatsimpledemo
- Owner: withlin
- Created: 2017-05-11T01:23:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T02:04:48.000Z (about 9 years ago)
- Last Synced: 2024-12-28T18:32:40.641Z (over 1 year ago)
- Language: JavaScript
- Size: 580 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs 一对一聊天Demo
## How to Use
1. 安装 node.js
2. 执行 npm i -g cnpm
3. 执行 cnpm i
4. 执行 node server.js
5. 访问 http://localhost:4000