Skip to content
Discussion options

You must be logged in to vote

I think the only possible advantage of Express over Remix would be that you can leverage lots of already built and tested middlewares and tutorials, because at the core Express is just a router and Remix also gives you that.

A benefit of using Remix though could be to allow the deploy of your API to any server or Serverless or edge platform Remix support while using Express you will be limited to platforms supporting Node.

Additionally, if you have not only an API but also a web app built with Remix by putting the API in the Remix app too you could share code between them, so your web doesn’t need to fetch the API and it could call functions to get the data instead.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by machour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants