Glee

Glee is the AsyncAPI-native application framework. It takes an AsyncAPI document as input and scaffolds a working server (Node.js) that handles the channels, validates messages against the schema, and routes them to user-supplied handler functions.

API entry from apis.yml

apis.yml Raw ↑
name: Glee
description: Glee is the AsyncAPI-native application framework. It takes an AsyncAPI document as input
  and scaffolds a working server (Node.js) that handles the channels, validates messages against the schema,
  and routes them to user-supplied handler functions.
humanURL: https://github.com/asyncapi/glee
properties:
- type: GitHub
  url: https://github.com/asyncapi/glee
tags:
- Framework
- Application Server
- Tooling