Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wispys/chatroom
基于node.js的聊天室
https://github.com/wispys/chatroom
chatroom js nodejs
Last synced: 24 days ago
JSON representation
基于node.js的聊天室
- Host: GitHub
- URL: https://github.com/wispys/chatroom
- Owner: WispYs
- Created: 2017-07-10T06:47:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T03:06:09.000Z (over 7 years ago)
- Last Synced: 2024-11-10T21:13:52.621Z (3 months ago)
- Topics: chatroom, js, nodejs
- Language: HTML
- Size: 7.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatRoom
基于node.js的聊天室### 搭建本地环境
``` bash
# 安装
npm install# 运行node服务
node index# 访问地址
localhost:3000
```