Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 452 Bytes

File metadata and controls

35 lines (18 loc) · 452 Bytes

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