Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/caddy #90

Closed
wants to merge 8 commits into from
Closed

Conversation

rustafariandev
Copy link
Contributor

Create a template of a caddy server

@rustafariandev rustafariandev force-pushed the feature/caddy branch 2 times, most recently from 6239797 to 43de9a1 Compare November 13, 2023 02:37
@Melkeydev
Copy link
Owner

I am wondering if caddy is actually needed here for Go-blueprint?
The existing frameworks/options creates a basic RESTFUL API with a http server.
I dont think Caddy is appropriate here?

@rustafariandev
Copy link
Contributor Author

I am wondering if caddy is actually needed here for Go-blueprint? The existing frameworks/options creates a basic RESTFUL API with a http server. I dont think Caddy is appropriate here?

Caddy is a full-featured HTTP server like Apache/nginx.
You can also create plugins to caddy to add additional features to the base feature set.
My company uses golang and caddy. I thought this would be a nice fit since it is about HTTP Frameworks.
Also, your tool could be useful in our team as a starting place for a general-purpose code generation tool.
However, since caddy is a bit heavier than most of the frameworks here, I understand not wanting to include it.
I will be taking this idea and incorporating it into our own tooling, though. Thanks for this project.

@Melkeydev Melkeydev closed this Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants