Giter Club home page Giter Club logo

chat-application's Introduction

Chat-Application

A real-time chat application where multiple users across different devices can join and chat with each other. HTML, CSS, and JavaScript have been used for the front-end, and Express.js for the back-end. The communication establishment has been done using Socket.IO.

Steps to use it

  1. Clone or download the repository to your local machine.

  2. Install the required npm version and update the local node_modules repository with the versions present in package.json:

    nodemon install
    
  3. Run the server.js to view the website:

    nodemon server.js
    
  4. Once the server started, you might see a message "Server running on port 3000".

  5. Open your browser and type localhost:3000, the home page of the chat application will get displayed.

  6. Join a room and chat with others!

Features

  • Bidirectional connection between server and client has been established by Socket.IO.
  • Rooms have been made so that different groups can communicate together.

Issues

  1. Client on leaving malfunctions (FIXED)
  2. URI can be manipulated (FIXED)
  3. Same room having multiple users with same name cannot exist => ambiguity (FIXED)
  4. User cannot identify itself (FIXED PARTIALLY)

TO-DO

  1. Enable media sharing
  2. Integrate a database
  3. Sign-up, Sign-in and Authentication

chat-application's People

Contributors

sanam2405 avatar roheenapal avatar abananya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.