Inngest has introduced a new platform called Inngest DevServer to simplify writing async app logic. The event-driven queue for any language allows developers to write delayed or background jobs by triggering serverless functions from events, decoupling application code from the queue. With the release of Inngest DevServer, users can run one command locally (inngest dev) to run a local, in-memory copy of Inngest without having to worry about setting up queuing infrastructure or workers again. The DevServer is an open-source tool that runs a dead simple API for sending events and executes functions with the event payload. It also captures function responses and event payloads in its log output.