kitex
Go RPC framework with high-performance and strong-extensibility for building micro-services.
How to download and setup kitex
Open terminal and run command
git clone https://github.com/cloudwego/kitex.git
git clone is used to create a copy or clone of kitex repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with kitex https://github.com/cloudwego/kitex/archive/master.zip
Or simply clone kitex with SSH
[email protected]:cloudwego/kitex.git