create-go-app / cli

✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command.
https://github.com/create-go-app/cli/wiki
Apache License 2.0
2.55k stars 255 forks source link

[Feature Req] Iris web framework support #178

Open 1saifj opened 3 weeks ago

1saifj commented 3 weeks ago

[Feature Req] Iris Web Framework Support

Required check list:

Is your feature request related to a problem? Please describe.
Currently, the project does not support the Iris web framework, which limits its applicability for developers who prefer or are already using Iris for their web development projects. This creates a gap in the available integrations, especially for those who appreciate Iris's simplicity and performance.

Describe the solution you'd like:
I would like to see native support for the Iris web framework integrated into the project. This could include middleware, routing, and session handling support that is optimized for Iris. By adding this support, the project could attract a broader user base and provide more flexibility in the choice of web frameworks.

Describe alternatives you've considered:
An alternative would be to create custom adapters or middleware that allow the current implementation to work with Iris. However, this approach would require additional effort from the developer side and might not provide the same level of integration as native support.

Screenshots:
N/A

Additional context:
Adding support for Iris could also enhance the project's scalability and performance, given Iris's efficiency in handling web traffic. This would be particularly beneficial for developers working on high-performance applications.

welcome[bot] commented 3 weeks ago

Hey! 👋 Thanks for opening your first issue here! Be sure to follow the issue template.