Git Product home page Git Product logo

echochamber's Introduction

EchoChamber - Real-time Chat Application

EchoChamber is a real-time chat application built with React, TypeScript, Node.js, MongoDB, Socket.io, Redis, and DaisyUI. This application allows users to engage in instant messaging, providing a seamless and responsive chat experience.

image

Features

  • Real-time Communication: Utilizes Socket.io for real-time bidirectional communication between the server and clients, ensuring instant message delivery.

  • Persistent Storage: Stores user data and messages in MongoDB, offering a persistent and scalable solution.

  • User Authentication: Implements user authentication to secure the chat environment, ensuring that only authorized users can access the application.

  • Responsive UI with DaisyUI: The user interface is built with React and DaisyUI, providing a clean and responsive design for a smooth user experience across devices.

  • Typescript: Enhances code readability, maintainability, and scalability through the use of TypeScript.

  • Scalability: Incorporates Redis for handling the application's caching needs, improving overall performance and scalability.

Prerequisites

Before running the application, make sure you have the following installed:

  • Node.js
  • npm or yarn
  • MongoDB
  • Redis

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/EchoChamber.git
    cd EchoChamber
    
  2. Install dependencies:

    npm install
    
  3. Configure Environment Variables:

    Create a .env file in the root of the project and configure the following variables:

     MONGODB_URI=your_mongodb_connection_string
     REDIS_URI=your_redis_connection_string
    
  4. Start the Application:

     npm start
     or
     yarn start
    

The application should now be running at http://localhost:3000.


Happy chatting with EchoChamber! ๐Ÿš€

echochamber's People

Contributors

irfanshaikh-7 avatar sagarsingh-1 avatar girishbari avatar kom-senapati 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.