ManivannanMurugavel / live-streaming-oneway-communication

Medium link

Home Page:https://medium.com/@manivannan_data/one-way-communication-live-stream-b212cddfc808

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.