Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```