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

https://github.com/asyncapi/glee

Glee — The AsyncAPI framework that will make you smile again :)
https://github.com/asyncapi/glee

get-global-docs-autoupdate get-global-node-release-workflows get-global-releaserc hacktoberfest nodejs

Last synced: 12 months ago
JSON representation

Glee — The AsyncAPI framework that will make you smile again :)

Awesome Lists containing this project

README

          

![Glee — The AsyncAPI framework that will make you smile again.](assets/readme-banner.png)

[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)

[![Coverage Status](https://coveralls.io/repos/github/asyncapi/glee/badge.svg?branch=master)](https://coveralls.io/github/asyncapi/glee?branch=master)

## 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](https://github.com/asyncapi/cli), which sets up everything automatically for you. To create a project, run:

```bash
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](https://www.asyncapi.com/docs/tools/cli/installation)

## Getting started

* :file_folder: [Application structure](docs/app-structure.md): know how to structure your application with Glee.
* :gear: [Configuring your application](docs/config-file.md): tweak Glee's default configuration.
* :rocket: [Examples](./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:

```bash
glee docs
```

You can also tweak Glee's default configuration for generating documentation here: [Configuring your application](docs/config-file.md)
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



sudoshreyansh
sudoshreyansh

⚠️
Afzal Ansari
Afzal Ansari

📖
Khuda Dad Nomani
Khuda Dad Nomani

💻
Godwin Alexander
Godwin Alexander

📖 💻
Vivek Kumar
Vivek Kumar

💻
Akhil Jamwal
Akhil Jamwal

💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind is welcome!