Anyone know how to stream videos using React/Next + Node + Mongo?

I’m trying to build a front-end that let’s users upload their content on one page/event handler. And on another page, the videos in mongo are retched, rendered, and served in real-time on the UI.

Haven’t really been able to find anything front-end focused, some tutorials on pure backend Node.js though.