I am facing a problem of a high latency rate. How can I make it real-time?
My stack is
Python (reading some data from serial),
InfluxDB (Data Store in DB)
React (Front-end show data on a web app with API)
The cycle is Read Data, Store, and then Show Front-end data from API(DB).