Can you Deploy Remix with ec2 aws ? #8359
-
Hello I want to use my own backend and I use ec2 now I want to use Remix and I can use my own Adapter but can I deploy Remix on ec2 ? I only see Tutorial on lambda |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Dec 22, 2023
Replies: 1 comment
-
Yes you can, it should work the same way as any other Node.js app, upload your code, install dependencies, run build and then start the app. Aside of that anything else that you could do with Node it could work with Remix. And you can use the Remix App Server or the Express adapter, from the officially maintained ones. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pullmann4rent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you can, it should work the same way as any other Node.js app, upload your code, install dependencies, run build and then start the app.
Aside of that anything else that you could do with Node it could work with Remix.
And you can use the Remix App Server or the Express adapter, from the officially maintained ones.