truongd3 / private-chat-socket

Private Chat (server) with Socket.IO

Repository from Github https://github.comtruongd3/private-chat-socketRepository from Github https://github.comtruongd3/private-chat-socket

Private Chat with Socket.IO by Truong Dang

Account 1 is online & Account 2 is offline

The status of the two accounts are updated.

1accoffline

Account 1 is online & Account 2 is online

The status of the two accounts are updated. When account 2 is signed in, the past messages are still there.

bothonline

Detail instructions can be found below:

Running the frontend

npm install
npm run serve

Running the server

cd server
npm install
npm start

About

Private Chat (server) with Socket.IO


Languages

Language:Vue 82.4%Language:JavaScript 12.9%Language:HTML 4.7%