Hosting a node project on deploy?
Can we host a NodeJS project using Deno Deploy or do we need some conversion first?
2 Replies
You'd need to convert it and I don't think it'd work with a node api server like express?
It'd be easier if you're using smth like Hono
denoify is one way to convert it
Thanks for the answer!
I visited Hono website, this looks interesting but not sure how to use it to convert or compile website.
My current hacky solution is to embed my localhost website onto a <iframe> on my Deno website ⚰️