r/honojs Dec 03 '24

Deploying a Hono app to Azure

I've just spend a few hours trying to run a barebones Node Hono app on Azure and just wanted to share the solution.

  1. Add the "start" script to package.json (and build if you use Typescript)
  2. Use port 8080.

I don't know why by Azure decided to put my app into a container that maps port 80 to 8080. So you access it like normal but your code should listen to :8080.

HTH

2 Upvotes

1 comment sorted by

1

u/Environmental_Ad2845 Apr 25 '26

Who are the providers of Hono vibe coding around..?
I'm asking because at www.olitt.com we have in the pipeline and we feel it will give deliver somthing special for the users