https://github.com/mildronize/azure-functions-with-bun-hono
Example for running Azure Functions on Hono & Bun.js
https://github.com/mildronize/azure-functions-with-bun-hono
Last synced: 11 months ago
JSON representation
Example for running Azure Functions on Hono & Bun.js
- Host: GitHub
- URL: https://github.com/mildronize/azure-functions-with-bun-hono
- Owner: mildronize
- Created: 2024-02-27T14:28:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T13:52:48.000Z (about 2 years ago)
- Last Synced: 2025-01-23T10:15:29.481Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://www.facebook.com/thaitypecoding/posts/pfbid032Nu1uKeZXES6eoqvKqZqd6HZiKyShKumy2rY1GBVaLGsdVSjbu79UerjeYAvH2z4l?rdid=CaPt2mctlSv5g63V
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure Functions on Hono & Bun.js
Example for running Azure Functions on Hono & Bun.js
## Features
- Run TypeScript without compile
- Auto Reload on save
```bash
func start
```
## Ref
https://techcommunity.microsoft.com/t5/apps-on-azure-blog/building-serverless-go-applications-with-azure-functions-custom/ba-p/3623617
https://learn.microsoft.com/en-us/azure/azure-functions/functions-custom-handlers
https://github.com/anthonychu/azure-functions-deno-worker/
https://github.com/anthonychu/azure-functions-deno-template
https://github.com/Azure-Samples/functions-custom-handlers
https://github.com/Azure/azure-functions-host/wiki/host.json-(v2)
## Sample:
- https://github.com/Azure-Samples/functions-custom-handlers