Skip to content

💬 A simple example of chat website created with React and Socket-io

Notifications You must be signed in to change notification settings

ArthurArakelyan/websockets-chat-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  

About

💬 A simple example of chat website created with React and Socket-io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published