Skip to content

Chat App uses WebSockets to take messages and display them back to multiple clients.

Notifications You must be signed in to change notification settings

littleh322/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

Chat App uses WebSockets to take messages and display them back to multiple clients.

Start

To start the app, open two terminals.

First, use cd ./webSocketsServer and run npm install.

Next, run npm start which will start the server code.

When the server is started, go to the other terminal.

Then, use cd ./webSocketsClient and run npm install again.

Finally run npm start which will start the client.

If the client is running successfully, you will see http://localhost:1992 open in the browser.

Happy Testing :-)

Screenshots:

Dave starts the chat w/ John:

Dave_chat.png

John receives the chat, responds, and invites Joe:

John_chat.png

Joe joins late:

Joe_chat.png

About

Chat App uses WebSockets to take messages and display them back to multiple clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published