It is so interesting and cool in this video about How to Setup Python Falcon as Kafka Consumer and Server Sent Event.
I believe python falcon is the fastest python web framework than let say Django or Flask. So i choose falcon for data streaming from raspberry pi.
In order to send sensor data from raspberry pi, i need some configuration so that web browser or client can receive or read those data via EventSource in javascript. For more details, you can visit here https://developer.mozilla.org/en-US/d....
Visit my blog too to get information about the source code.