Skip to content

Pe5h4/websocket-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic chat app using WebSocket

Clone repo

git clone https://github.com/Pe5h4/websocket-chat-app.git

Install packages

Client

cd webSocketClient

yarn install

Server

cd webSocketServer

yarn install

Start the server

cd webSocketServer

yarn start

It will create server connection on port 8090

Start the client app

cd webSocketClient

yarn start

It will open a new tab of your browser on port 1992

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors