All Projects → Aaaaaaaty → Vue Im

Aaaaaaaty / Vue Im

Vue Node Socket.io

Labels

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

image.png image.png image.png image.png

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].