Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wispys/chatroom

基于node.js的聊天室
https://github.com/wispys/chatroom

chatroom js nodejs

Last synced: 24 days ago
JSON representation

基于node.js的聊天室

Awesome Lists containing this project

README

        

# ChatRoom
基于node.js的聊天室

### 搭建本地环境

``` bash
# 安装
npm install

# 运行node服务
node index

# 访问地址
localhost:3000
```