Prerequisites
- If you don’t have the golang development environment set up, please follow
- We strongly recommend that you use the latest version of golang.
- Make sure that
Quick Start
This chapter will get you started with Kitex using a simple executable example.
Install the compiler
Get the example
Run the example
Create project directory
Let’s create a directory to setup project.
$ mkdir example
enter directory
$ cd example
Install
XXXXX
Usage
代码示例
Compile and Run
xxxxxxxxx
Now, Echo
service is running!