sudo apt-get install redis-server
pip install redis
pip install flask
pip install flask_cors
Go to the live-streaming-oneway-communication directory
python app.py
Open the browser and the url
http://localhost/live-streaming-oneway-communication
Create a new sender and receiver and send the message
This is one way communication.
The sender only send message.
The receiver only receive the message.