Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isolcat/chat-room

基于node.js express socket-io搭建的聊天室
https://github.com/isolcat/chat-room

chat express nodejs socket-io

Last synced: about 2 months ago
JSON representation

基于node.js express socket-io搭建的聊天室

Awesome Lists containing this project

README

        

# Chat-Room
## 介绍
该项目灵感来源于`socket.io`的官方例子和掘金大佬的一篇文章,该项目适合学习了`node.js`和`express`的人拿来练手
## 效果图
![效果图](https://pic.rmb.bdstatic.com/bjh/b2f5833499de2caf45fcc4df11ecf91d.png)

## 安装项目依赖
```
npm install
```
### 项目运行
```
node index.js
```
运行后转到`http://localhost:3000/`便可查看聊天室了
如果喜欢的话还希望点一个star,之后会出教程的