8000 GitHub - Aaaaaaaty/vue-im: Vue Node Socket.io
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Aaaaaaaty/vue-im

Repository files navigation

About: Aaaaaaaty/blog#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

  • Login
  • Register
  • Contacts
  • Chat List
  • Private Chat
  • Group Chat
  • Add&Delete Friends

Screenshot

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

About

Vue Node Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0