This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-12-20 00:54:21 +05:30
commit 63694be200
1 changed files with 2 additions and 7 deletions

View File

@ -1,12 +1,11 @@
# Realtime-chat-app-using-nodejs
# Bravo68web's IRC
![Socket.io](https://img.shields.io/badge/Socket.io-v3.0.1-green.svg)
![Javascript](https://img.shields.io/badge/NodeJs-v12.15.0-yellow.svg)
![Javascript](https://img.shields.io/badge/ReactJs-v17.0.1-orange.svg)
<br>
<br>
A simple Real-time chat application using Nodejs and Socket.io. Here users can create rooms and share the link with others to invite them.
<b>Demo: </b> https://chatapp-in.herokuapp.com/
<br>
<h3>Pre-Requisites</h3>
<ul>
<li><b>Socket.io: </b>A javascipt library used for real time communication between services</li>
@ -21,7 +20,3 @@ A simple Real-time chat application using Nodejs and Socket.io. Here users can c
<li>Now Enter the command <b>npm start</b> to start the server</li>
<li>To start the client server go to <b>client/</b> directory and type the command <b>npm start</b></li>
</ul>
<h3>Images</h3>
<img src = "https://res.cloudinary.com/nithin/image/upload/v1610686040/Screenshot_355_qzp5j0.png" alt = "signIn page">
<img src = "https://res.cloudinary.com/nithin/image/upload/v1610686041/Screenshot_354_msf9yx.png" alt = "Chat application page">