Getting Started
This document covers the preparation of the development environment, quick start and basic tutorials of Kitex.
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!
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 6, 2023: Fixed the css style of the website (c39cfb1)