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.
- Real-Time Messaging: Engage in conversations with real-time message updates.
-
Clone the repository:
git clone https://github.com/RGBlife/bubbly.git
-
Navigate to the project directory:
cd bubbly
-
Install dependencies:
npm install
-
Start the server:
npm run start
-
Open your browser and visit:
http://localhost:3000
-
Begin engaging in real-time conversations!
- Hosting: Plans to host the application online for broader access and usability - DONE
- User Login System: An authentication system to manage user sessions
MIT License. See LICENSE for more information.