Server

The cwgo tool supports generating code for HTTP Server or RPC Server through IDL (Thrift/protobuf), making it convenient for users to develop.

cwgo provides MVC Template to generate Server code, RPC Tpl, HTTP Tpl. If the default template does not meet the user’s needs, you can refer to Template Extensioncustomize your own template.

cwgo Server supports enabling both HTTP and RPC services on the same port. Please refer to hex usage.


Last modified April 16, 2024 : fix: word spelling error (#1057) (6de4577)