I really need some simple example to demonstrate how to receive streaming data sent from remote side.
I spent several hours online to search example code, but all I found is to sent streaming data to remote side, not receive from remote side.
The stream data is in JSON format, looks like:
15:15
15:17
15:20
15:21
15:22
I would greatly appreciate someone who could provide me some simple, "hello-world like", examples which could receive such data. I am very new to flask.