live-streaming-oneway-communication

Installation Steps:

sudo apt-get install redis-server
pip install redis
pip install flask
pip install flask_cors

Running Steps:

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

Note:

This is one way communication.
The sender only send message.
The receiver only receive the message.