Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 429 Bytes

REAL-TIME-CHAT-APP

This project implements live message updates, providing a seamless and dynamic chat experience for users. It also enhanced my proficiency in React.js, and WebSocket technology through hands-on experience.

Tech Stack

React.js, Express.js, Node. js, MongoDB, socket.io, JavaScript

Installation guide

Backend

  • cd server
  • npm i
  • npm start

Frontend

  • cd client
  • npm i
  • npm start