Skip to content

A chatting app built using node.js and socket.io which allows the functionality to broadcast the messages and have personal chat with your friends.

Notifications You must be signed in to change notification settings

Siddhant-Goswami/Chapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chapp

Live demo: https://chapp1.herokuapp.com/

A chatting app built using node.js and socket.io which allows the functionality to broadcast the messages and have personal chat with your friends.

  • You can log in by using a display name which can be anything if you want to chat anonymously don't use your real name here.
  • You need to enter a common room name which will be same for everybody if you want to chat in a group or you can create a private room just for your team.
  • The best part is your conversation in this app will be 100% volatile just like your real ones as soon as you left the room messages will disappear because it is not using any kind of database to store messages.

So be yourself join a room say what you want and forget about it:wink:

Get Started

1. System Requirements

  • Globally installed node

2. Installation

On the command prompt run the following commands

$ git clone https://github.com/Siddhant-Goswami/Chapp.git

$ cd Chapp/

$ npm install
  or
  yarn
  

3. Run

Run npm start in your terminal

About

A chatting app built using node.js and socket.io which allows the functionality to broadcast the messages and have personal chat with your friends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published