Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 2.38 KB

README.md

File metadata and controls

87 lines (56 loc) · 2.38 KB

websockets-chat-example

image

A simple example of chat website which allows you to create a room, then share the room with another user and chat with him.

Front End

The front-end part of the chat

Project setup

This project uses yarn as a package manager.

Node version: 18.7.1

NPM version: 1.22.19

Install Dependencies

yarn

Run Development Server

Open http://localhost:3000 with your browser to see the result.

yarn start

Build

yarn build

Tech Stack

TypeScript   React   Redux Toolkit   MUI   Socket-io  

Back End

The back-end part of the chat

Project setup

This project uses yarn as a package manager.

Node version: 18.7.1

NPM version: 1.22.19

Install Dependencies

yarn

Run Development Server

Open http://localhost:5000 with your browser to see the result.

yarn dev

Run Server

Open http://localhost:5000 with your browser to see the result.

yarn start

Tech Stack

Nodejs   Express   Socket-io