File size: 1,570 Bytes
a22ef44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Flask-SocketIO Messaging Application
<!-- # Flask-SocketIO-Messaging-Application -->

A simple messaging application built using Flask and SocketIO.

## Description

This application allows users to communicate through real-time messages within different chat rooms. Users can log in, join chat rooms, send messages, and even share images.

## Screenshot

![Application Interface](fast-messaging.png)

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributions](#contributions)
- [License](#license)

## Installation

1. Clone the repository:

   ```bash
   git clone <repository_url>
   cd <repository_directory>

2. Install the required packages using pip:
```bash
pip install -r requirements.txt
```

# Usage
1. Launch the application:
```bash
python3 main.py
```

2. Access the application in your web browser at `http://localhost:80`.

## Features
- User Authentication: Users can log in using their username and password.
- Real-time Messaging: Users can send and receive real-time messages within chat rooms.
- Image Sharing: Users can share images within the chat.
- Multiple Rooms: Users can join different chat rooms and switch between them.
- Message History: Previous messages are restored when joining a chat room.
- Persistent Data: User information and messages are stored in an SQLite database.
- Contributions
- Contributions are welcome!

## License
This project is under the MIT license.

<p align="center"><img src="https://ipipip-gh.0xsql.repl.co/webchat-io/views.png" alt="Visitors"></a></p>