Update README.md

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-11-08 14:32:15 +05:30 committed by GitHub
parent 48745b5d7a
commit 9a69083abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -5,8 +5,7 @@
<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">