Python project : how to push Notification in flask applications using flask-socketio and redis

preview_player
Показать описание
Python project : how to push Notification in flask applications using flask-socketio and redis
----------------------------project on github

-------------------------------
If you like this video And find it useful, please subscribe to my channel.

1-sudo apt update

2-sudo apt install redis-server

3-create python env: python3 -m venv env

4-activate env: source env/bin/activate

5-install :
pip install flask
pip install redis
pip install rq
pip install Flask-SocketIO
pip install eventlet
pip install cryptography -
Рекомендации по теме
Комментарии
Автор

Growing your own vegies is the future. Love the intro.

IMfLEX
Автор

What if I have a Frontend in another domain it still works?

gtmstev
Автор

Bro how can I install 'grpcio' python library on termux

i_AmCurious