@asyncapi/glee
v0.37.9
Published
The AsyncAPI framework
Downloads
182
Readme
What's Glee?
Glee is a spec-first framework that helps you build server-side applications. It leverages the AsyncAPI specification to make you more productive:
- It makes sure your code and AsyncAPI definition are on par. No more outdated documentation. Glee takes care of it for you, automatically.
- Glee lets you focus on what matters and handles the rest for you. You only write the code for your business use-case. Glee takes care of performance, scalability, resilience, and everything you need to make your application production-ready.
Setup
The best way to get started with Glee is by using AsyncAPI CLI, which sets up everything automatically for you. To create a project, run:
asyncapi new glee
After the installation is complete, follow the instructions to start the development server.
For more information on how to install AsyncAPI CLI, you can review CLI installation documentation
Getting started
- :file_folder: Application structure: know how to structure your application with Glee.
- :gear: Configuring your application: tweak Glee's default configuration.
- :rocket: Examples: see Glee in action.
Generating documentation
When using spec-driven framework like Glee, it's always necessary to have docs and code always in sync. Glee will automatically generate documentation for your application or you can also generate your documentation yourself by running:
glee docs
You can also tweak Glee's default configuration for generating documentation here: Configuring your application
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind is welcome!