Skip to content

RGBlife/Bubbly

Repository files navigation

Bubbly - A Real-Time Messaging App 🗨️

Bubbly is a basic real-time messaging app, facilitating instant communication between users. Utilising the power of Socket.io along with Vanilla JavaScript, HTML, and CSS, Bubbly ensures that conversations flow in real time.

drawing

Table of Contents

Features

  • Real-Time Messaging: Engage in conversations with real-time message updates.

Installation

  1. Clone the repository:

    git clone https://github.com/RGBlife/bubbly.git
  2. Navigate to the project directory:

    cd bubbly
  3. Install dependencies:

    npm install

Usage

  1. Start the server:

    npm run start
  2. Open your browser and visit:

    http://localhost:3000
    
  3. Begin engaging in real-time conversations!

Future Plans

  • Hosting: Plans to host the application online for broader access and usability - DONE
  • User Login System: An authentication system to manage user sessions

License

MIT License. See LICENSE for more information.

About

Real-time messaging, allowing messages to be exchanged instantaneously between users

Resources

Stars

Watchers

Forks