honojs / website

Repository for hono.dev
https://hono.dev
68 stars 209 forks source link

Hono on Azure Functions #346

Closed Marplex closed 1 week ago

Marplex commented 1 month ago

Hey everyone! I made an adapter for Azure Functions. I think it would be great to add an "Azure Functions" page to the Getting Started section.

I noticed that most of the adapters/middlewares/helpers are from the official "hono" account. Would you allow for my library to be part of the docs, or is there another way we could do this? @yusukebe

Thanks!

yusukebe commented 1 month ago

Hey everyone! I made an adapter for Azure Functions.

Awesome! This was requested in https://github.com/honojs/hono/issues/1747

cc: @gunta @ytnobody

Would you allow for my library to be part of the docs, or is there another way we could do this?

Though it's difficult making an "Azure Functions" starter template for the create-hono, I think you can put the instruction using your library on the "Getting Started" like the following:

CleanShot 2024-05-09 at 14 44 14@2x

If you create the PR, we'll review it for merging.

ytnobody commented 1 month ago

Awesome! 👏

Marplex commented 1 month ago

I made a PR for the getting started guide. The setup is pretty easy when using the azure functions cli. I don't know if it's worth creating and maintaining an azure functions starter template 🤔

yusukebe commented 1 month ago

@Marplex

Thanks! I'll see it later.

I don't know if it's worth creating and maintaining an azure functions starter template 🤔

I think it's necessary!

Marplex commented 1 month ago

I think it's necessary!

Ok, I would like to work on this

yusukebe commented 1 month ago

@Marplex

ahhhhhhh. Sorry. I wanted to say "I think it's not necessary!". So, you don't have to create it!

NicoPlyley commented 1 week ago

@yusukebe closed #348

gunta commented 1 week ago

Amazing!