Replies: 1 comment 1 reply
-
Native Astro support in ElysiaJS would be huge, btw. I dream to run Astro SSR with ElysiaJS adapter and a backend as a hyper efficient single unit. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i am trying to run a basic Astro webpage from elysia
On the Astro documentation, they have examples of how to run an Astro App from a custom expressJS server.
This is the snippet:
https://docs.astro.build/en/guides/integrations-guide/node/#middleware
I am fully aware i can use Express on the Bun runtime too, this is the method i am currently using!
I am just curious, How can we replicate this same behavior with ElysiaJS?
Beta Was this translation helpful? Give feedback.
All reactions