jianyi-gronk commented on code in PR #395: URL: https://github.com/apache/dubbo-js/pull/395#discussion_r1605656313
########## docs/guide/dubboForWEB/GeneratingCode.md: ########## @@ -1,2 +1,125 @@ # Generating code -# todo + +We mentioned earlier that the ELIZA service defines a Protocol Buffer schema. So what *is* that schema? It is really just a simple file that describes the service, its methods, and their argument and return types: Review Comment: *is* This is an unnecessary format ########## docs/guide/dubboForWEB/Choosingaprotocol.md: ########## @@ -1 +1,71 @@ # Choosing a protocol + +In addition to the Dubbo protocol, Dubbo ships with support for the gRPC-web protocol. If your backend does not support the Dubbo protocol, you can still use Dubbo clients to interface with it. Review Comment: Perhaps the Triple protocol is more relevant to the context -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
