The Codegen Project
ยท 3 min read
The Idea ๐กโ
Apollo GraphQL code generator has always been a pleasure to use, but when it comes to standards such as OpenAPI and AsyncAPI, the same level of code generator or simplicity during the implemenation phase is non-existing.
That is what this project wants to bring;
- โ๏ธ Support multiple protocols (not just HTTP)
- ๐ Support multiple input standards (not just focused on a specific such as AsyncAPI and OpenAPI)
- ๐ง Integrate into any project (regardless of language)
A bit ambitious perhaps... So how?