Skip to content
Discussion options

You must be logged in to vote

Yes, the built-in server that Remix's CLI provides for convenience is using express. But, they specifically say that it's basic and you should use their Express adapter (or another adapter) if you want to do anything more sophisticated. I would say HTTP/2 falls into that category.

Remix is designed for you to own your server, but if you don't want to set one up you can use the Remix App Server instead. It's a production-ready, but basic Node.js server built with Express. If you find you want to customize it, use the @remix-run/express adapter instead.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@joeprivettsmart
Comment options

@alexanderson1993
Comment options

Answer selected by joeprivettsmart
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