Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 640 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 640 Bytes

Realtime Chat Application

Developed a real-time chat application using React, Node.js, and Socket.IO. Users can exchange messages instantly, and the application ensures seamless communication across connected clients.

Chat Application

Introduction

This is a code repository for the corresponding video tutorial.

In this project, I have create a full Realtime Chat Application. I have used React on the front end, with NodeJS + Socket.io web socket library on the back end.

Setup:

  • run npm i && npm start for both client and server side to start the development server