This is a Express.js project. It is a reference on how to send and receive events with Inngest and Express.
Use create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example https://github.com/inngest/inngest-js/tree/main/examples/framework-express inngest-express
yarn create next-app --example https://github.com/inngest/inngest-js/tree/main/examples/framework-express inngest-express
pnpm create next-app --example https://github.com/inngest/inngest-js/tree/main/examples/framework-express inngest-express
Open http://localhost:3000 with your browser to see the result.
- Inngest functions are available at
inngest/
. - The Inngest handler is available at
index.ts
.
- Inngest Documentation - learn about the Inngest SDK, functions, and events
- Express Reference - learn about Express features and API