https://github.com/gfafei/af-chatroom
a chat app written in react and node.
https://github.com/gfafei/af-chatroom
Last synced: about 1 month ago
JSON representation
a chat app written in react and node.
- Host: GitHub
- URL: https://github.com/gfafei/af-chatroom
- Owner: gfafei
- Created: 2016-10-24T05:34:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T13:08:58.000Z (about 5 years ago)
- Last Synced: 2024-11-11T09:44:01.891Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 651 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - af-chatroom
README
### 介绍
一个聊天应用,react + socket.io + node。主要是学习目的。### 安装
- git clone https://github.com/gfafei/af-chatroom
- npm install (耗时比较长)
- npm start (需要mongodb)