This project is deployed on https://realtime-chat-personnel.herokuapp.com/
This is a Realtime Chat App in which user have to enter his username and select a Room in which he can do discusions.
-
Options to choose a desired particular room for chating.
-
Useful for learning and focusing different concepts discused in chat room.
-
User also gets a bots who welcomes individually.
HTML
CSS
JAVASCRIPT
SOCKET.IO
Go to the project repository on Github and click on Fork button. On this forked copy you can try new ideas.
Get the link of your forked repository and clone the repoitory using git clone.
git clone https://github.com/<Github-Username>/Realtime-Chat-App.git
Navigate to the directory that contains the project.
cd Realtime-Chat-App
Create a new branch for your work.
git checkout -b <branch-name>