https://github.com/mushfiqur-rahman/flaskchat
Simple live chat application using python flask and socket.io
https://github.com/mushfiqur-rahman/flaskchat
flask livechat python3 socket-io
Last synced: about 1 month ago
JSON representation
Simple live chat application using python flask and socket.io
- Host: GitHub
- URL: https://github.com/mushfiqur-rahman/flaskchat
- Owner: mushfiqur-rahman
- Created: 2024-01-27T18:33:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T02:27:47.000Z (over 2 years ago)
- Last Synced: 2025-06-19T00:03:38.152Z (12 months ago)
- Topics: flask, livechat, python3, socket-io
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# flask live Chat application
___
### To run this project on your PC
____
```bash script
> py -m venv venv
```
```bash script
> venv\scripts\activate
```
```bash script
> pip install -r requirements.txt
```
```bash script
> py main.py
```
Open `index.html` through your browser
If you want to chat with different user under the same network,
then you need to set your computer `IP` at `localhost`.
* To check ip address of your windows PC,
* Just open cmd or powershell and type
```bash script
> ipconfig
```
` IPv4 Address. . . . . . . . . . . : 192.168.0.1`
____
If you like this project please give a ⭐
* Image