use NodeJS to implement the gateway layer, receive the HTTP request from the front end, and then forward it to the private network for RPC call. However, both the official documentation of gRPC and the Client implementation of the example need to refer ...
does the data validation of services between microservices need to be checked every time, or can certain data errors be tolerated? < H2 > description < H2 > Service A user module Service B comment module < H2 > problem description < H2 > Servic...
Why store it after the server generates Token ? from the official documents of JWT, we know that, JSON WEB TOKEN consists of three parts: Header Payload Signature here we only talk about the saved content in Payload , quoted from the JWT o...
node is widely used in the company s existing technical capabilities. Now there is a relatively large project. Consider doing service split. Is there a recommended distributed framework under node? Similar to the dubbo, used under java, it is relatively...
the current practice is that each module in the business layer and the WEB module exposed to the outside are uniformly released as JAR. Is there a better way to practice ? ...
Great God. I don t know if it is appropriate for me to write the title like this. In short, it means that our company s business is micro-service, and everyone calls each other to provide services to users. Therefore, according to the data flow, it wi...
currently I want to use golang for microservices, but different web frameworks are used between different services such as gin,beego,echo, Service registration discovery uses consul how to choose a gateway? No choice of go gateway has been fo...