Skip to content

The chat app uses the Socket.IO library so that users can join a room and chat with other members in that specific room. One of the key feature is it blocks all the message which contains bad words.

Notifications You must be signed in to change notification settings

Mehul2205/ChatApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApplication

This is an chat portal in which anyone can chat with their friends and family. One of the special feature of this application is that bad words are not allowed in this application. This is live at - https://mehul2205-chat-application.herokuapp.com/

Front End Languages

forthebadge forthebadge forthebadge forthebadge

Back End Langage

forthebadge

Prerequisites

  • NodeJs
  • HTML
  • CSS
  • JavaScript
  • Bootstrap

Installations:

  • First Fork this project and download on your desktop.
  • open terminal or command prompt on your pc and go to the location where you have saved this project.
  • To download all dependenices you have to perform following task
> npm install
  • And now you are ready to execute this project.
> npm run dev
    OR
> npm run start
    OR
> cd src
> node index.js

This is an optional step 👇

  • You can also add config file to the code to ensure security but it will also work perfeclty if you don't add it.
  • And your project is live on localhost:3000
  • Hit star button if you like this project. 👍

About

This PROJECT is hosted on herokuapp.com
Please Visit !!!.

Created By:

Mehul Patni

                       

About

The chat app uses the Socket.IO library so that users can join a room and chat with other members in that specific room. One of the key feature is it blocks all the message which contains bad words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published