Skip to content

Commit

Permalink
Add YouTube video to express docs (#1413)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Kohlberg <[email protected]>
  • Loading branch information
simon-johansson and marcuskohlberg authored Sep 23, 2024
1 parent c1b0be0 commit 4bc8592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/how-to/express-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ title: Migrating from Express.js
If you have an existing app using [Express.js](https://expressjs.com/) and want to migrate it to Encore.ts, this guide is
for you. This guide can also serve as a comparison between the two frameworks.

<iframe width="560" height="315" class="aspect-video" src="https://www.youtube.com/embed/hA9syK_FtZw?si=EScQ-x3qOLdImrMb" title="Express.js vs Encore.ts" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Why migrate to Encore.ts?

Express.js is a great choice for building simple APIs, but as your application grows you will likely run into limitations. There is a large community around Express.js, providing many plugins and middleware to work around these limitations. However relying heavily on plugins can make it hard to find the right tools for your use case. It also means that you will need to maintain a lot of dependencies.
Expand Down

0 comments on commit 4bc8592

Please sign in to comment.