Best of Express.jsNovember 2022

  1. 1
    Article
    Avatar of anavidAnalytics Vidhya·4y

    Creating a Music Streaming Backend Like Spotify Using MongoDB

    Creating a Music Streaming Backend like Spotify using MongoDB. This article was published as a part of the Data Science Blogathon. In this article, I will show you how to handle uploading songs to the database, streaming music, user authentication, the ability to choose your favorite songs, and a recommendation engine. We will add our code in a new file named ‘auth.ts’ in a new file.ts.

  2. 2
    Article
    Avatar of logrocketLogRocket·4y

    Building a full-stack TypeScript application with Turborepo

    Turborepo is a popular monorepo tool in the JavaScript/TypeScript ecosystem. It’s fast, easy to use and configure, and serves as a lightweight layer that can easily be added or replaced.

  3. 3
    Article
    Avatar of denoDeno·4y

    Build Apps in Deno with Frameworks such as React, Vue, Express, and more.

    With Deno 1.28, you can now build with these JavaScript frameworks, such as Express, Vue, and more. This blog post will show you how to get started with these frameworks in Deno: - Express - React - Vue.