vue-im
vue-im copied to clipboard
Vue Node Socket.io
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