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

[improvement] Separate handler #23

Open
akimabs opened this issue Nov 21, 2023 · 2 comments
Open

[improvement] Separate handler #23

akimabs opened this issue Nov 21, 2023 · 2 comments

Comments

@akimabs
Copy link

akimabs commented Nov 21, 2023

I really like this project, such as the hexagonal architecture on Netflix where there are many handlers for each platform, including REST, gRPC, etc.

However, in my case, I only need a REST handler because I haven't implemented microservices yet. Can you @saefullohmaslul @saufiroja provide a REST handler only? It seems that the REST handler here still depends on the gRPC handler.

I hope you are blessed for creating a playground like this.

@saufiroja
Copy link
Contributor

u can take reference from here https://github.com/saufiroja/go-fiber-boilerplate or https://github.com/saefullohmaslul/golang-example its up to u which one u want to choose

@akimabs
Copy link
Author

akimabs commented Dec 5, 2023

@saufiroja I mean, i want still go with this architecture because it utilizes the hexagonal architecture. In future projects, I'll also be running gRPC, sockets, etc., on different ports.

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

No branches or pull requests

2 participants