Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobheric/inngest-deno-hono
example app using Inngest and Hono on Deno
https://github.com/jacobheric/inngest-deno-hono
Last synced: 18 days ago
JSON representation
example app using Inngest and Hono on Deno
- Host: GitHub
- URL: https://github.com/jacobheric/inngest-deno-hono
- Owner: jacobheric
- Created: 2024-10-30T15:59:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T16:02:26.000Z (3 months ago)
- Last Synced: 2024-11-08T05:31:21.519Z (2 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inngest Hono Deno example application
### Set env vars in .env, example:
```
INNGEST_EVENT_KEY=inngest-event-key
INNGEST_SIGNING_KEY=inngest-signing-key
```### Run the app
```
deno run --env --watch --allow-net --allow-env --allow-read main.ts
```###Setup ngrok tunnel to ^
```
ngrok http 8000
```### run dev server via docker
```
docker run -p 8288:8288 \
inngest/inngest \
inngest dev -u http://host.docker.internal:3000/api/inngest
```### sync app from dev server using ngrok url
assuming: `https://9746-71-161-220-25.ngrok-free.app -> http://localhost:8000`
```
https://9746-71-161-220-25.ngrok-free.app/api/inngest
```