Skip to content

truongd3/private-chat-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published