Giter VIP home page Giter VIP logo

chat-app's Introduction

ChatLinx

Screenshots

Project Image 1

Project Image 2
User Conversation and Messaging Interface

Project Overview

Architecture

Frontend (Client-side)

  • Built using React.js for messaging UI.
  • Features user login, profile viewing, user list display, and real-time messaging through WebSockets.

Backend (Server-side)

  • Utilizes Express.js for HTTP request handling and endpoint management.
  • MongoDB stores user information and messages; JWT ensures secure user authentication.

Backend Functionalities

User Authentication

  • Registration with unique username/password, securely hashed using bcrypt.
  • JWT-based login generates tokens for subsequent authenticated requests.

Messaging Features

  • Fetches messages between users and facilitates real-time communication via WebSockets.

User Management

  • Profile retrieval based on JWT; displays a list of registered users for messaging.

Websockets Implementation

  • WebSocketServer (ws library) manages connections for real-time communication.
  • Notifies clients about online users' presence and updates dynamically.

Installation and Setup

Prerequisites

  • Node.js with npm installed
  • MongoDB installed and running
  1. Clone the repository using git clone https://github.com/Vedang12d/chat-app.git

  2. Navigate to the server directory and Install dependencies using npm install.

  3. Create a .env file in the server directory. Add these environment variables:

MONGO_URL=YOUR_MONGO_DB_CONNECTION_STRING
JWT_SECRET=YOUR_JWT_SECRET_KEY
CLIENT_URL='http://localhost:3000' (or your frontend URL)
  1. Run the server using the appropriate command.

  2. Navigate to the client directory and install client dependencies using npm install.

  3. Start the React app using the appropriate command.

  4. Access the application in your browser at http://localhost:3000.

chat-app's People

Contributors

vedang12d avatar

Watchers

 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.