Awesome
socket.io immediate chat room
glance
-
login page
-
group chat page
-
others list
-
private chat page
install dependencies
-
node7.x
-
auto restart node server tool
npm i -g nodemon
-
QA tool
install eslint plugin for your code editor(like "eslint" in vscode)
download
# clone
git clone git@github.com:Chanran/vueSocketChatroom.git
cd vueSocketChatroom
# install dependencies
npm install -d
start
npm run dev
npm run server # open another terminal
visit http://localhost:8080/
deploy
npm install -g pm2 # install just once
npm i -d --production
npm run build
npm run deploy