An open API service indexing awesome lists of open source software.

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

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