# kitexb **Repository Path**: lflxp/kitexb ## Basic Information - **Project Name**: kitexb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-25 - **Last Updated**: 2025-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 操作步骤 1. kitex -module example_shop idl/item.thrift 2. kitex -module example_shop idl/stock.thrift 3. mkdir -p rpc/item rpc/stock ``` // item 目录下执行 kitex -module example_shop -service example.shop.item -use example_shop/kitex_gen ../../idl/item.thrift // stock 目录下执行 kitex -module example_shop -service example.shop.stock -use example_shop/kitex_gen ../../idl/stock.thrift ``` # 参考 https://www.cloudwego.io/zh/docs/kitex/getting-started/tutorial/