hz basic usage
hz basic usage.
Basic Usage
new: Create a new Hertz project
-
Create a new project
After executed, it generates a scaffold for the Hertz project in the current directory.
-
Compiling Projects
-
Run the project and test it
Run the project:
Test:
If it returns
{"message":"pong"}
, it works.
Note
hz new
is only used to initialize the project, use hz update
to update the project.
See using protobuf and use thrift.
Last modified
November 29, 2023
: Update acquire_rpcinfo.md (#865) (5a9d32f)