I have a use-case wherein I need to stream a 100GB+ data to the frontend in graphical format, I am using AWS kinesis for same.
I know the theory part wherein I can have an intermediate server with WebSockets to deal with real-time data on the frontend, I need some tutorials or blogs which can guide and help in depth.