https://github.com/Aaaaaaaty/vue-im
Vue Node Socket.io
https://github.com/Aaaaaaaty/vue-im
Last synced: 5 months ago
JSON representation
Vue Node Socket.io
- Host: GitHub
- URL: https://github.com/Aaaaaaaty/vue-im
- Owner: Aaaaaaaty
- Created: 2016-09-28T07:02:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T06:27:17.000Z (about 7 years ago)
- Last Synced: 2024-08-03T09:13:21.268Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 188 KB
- Stars: 149
- Watchers: 9
- Forks: 52
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - vue-im
README
About: https://github.com/Aaaaaaaty/blog/issues/2
## Download
```
git clone https://github.com/Aaaaaaaty/vue-im
```
## Deploy
### Client
```
npm install
```
### Server
```
npm install -g nodemon //instead of 'node' to run your code
cd ./server/
npm install
```
### Database
```
brew install mongodb```
## Run
### Client
```
npm run dev
```
### Server
```
nodemon ./server/bin/www
```
### Database
```
sudo mongod --dbpath=/data/db --port=27017
```
## Features- [x] Login
- [x] Register
- [x] Contacts
- [x] Chat List
- [x] Private Chat
- [x] Group Chat
- [x] Add&Delete Friends## Screenshot





