In this tutorial, we will be building a YouTube downloader with the backend implemented in Express and the frontend in React. The basic flow of the app: User will provide a YouTube video link The backend server will push this video link in the queue to process the download. When the job is popped from the queue for processing, the backend emits the event for the client.

1m read timeFrom javascript.plainenglish.io
Post cover image
Table of contents
Let’s beginSet Up Backend

Sort: