Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 873 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 873 Bytes

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