Stream from Winston log file directly in React App
In my Node backend, i create a winston JSON log file (more like an Array of Json objects). I have a react frontend in which I want to stream the log file content live. Is this possible without piping it through my backend?