Skip to content

SachinKapkoti/LetsChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Chat App with Socket.io

A real time chat app built with Socket.io, React, Node, Express, Material-UI

Live website

Table of Contents

About

A real time chat app built with Socket.io, React for frontend, Node/Express for backend, Material-UI. Backend is deployed on Heroku, frontend is deployed on Netlify.

Tech Stack

  • ReactJS, NodeJS, Express
  • Material-UI
  • Socket.io

Work flow

  • Users input name and room to join chat.

  • Users in the same room can chat together, list of joined users is displayed

Getting started

1. In order to run this app, you need to have node.js installed.

2. git clone repo_link

3. Install server-side dependencies and start running:

cd server
npm install
npm run start

4. Install client-side dependencies and start running:

cd client
npm install
npm  start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published