You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: