·grpc-integration-patterns
</>

grpc-integration-patterns

thapaliyabikendra/ai-artifacts

ABP 微服务的 gRPC 集成模式,包括服务实现、客户端生成、多租户和错误处理。在以下情况下使用:(1) 实现服务间通信,(2) 创建 gRPC 服务端点,(3) 在 AppServices 中使用 gRPC 客户端,(4) 设计高性能 API。

2安装·0热度·@thapaliyabikendra

安装

$npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill grpc-integration-patterns

SKILL.md

Master gRPC integration for high-performance inter-service communication in ABP Framework microservices architectures.

| Protocol | HTTP/1.1 JSON | HTTP/2 Protobuf | | Performance | Good | Excellent (10x faster) | | Contract | OpenAPI (optional) | Required (Protobuf) | | Streaming | Limited | Full support | | Code Gen | Optional | Built-in | | Best for | Public APIs | Internal microservices |

ABP 微服务的 gRPC 集成模式,包括服务实现、客户端生成、多租户和错误处理。在以下情况下使用:(1) 实现服务间通信,(2) 创建 gRPC 服务端点,(3) 在 AppServices 中使用 gRPC 客户端,(4) 设计高性能 API。 来源:thapaliyabikendra/ai-artifacts。

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill grpc-integration-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill grpc-integration-patterns
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 grpc-integration-patterns?

ABP 微服务的 gRPC 集成模式,包括服务实现、客户端生成、多租户和错误处理。在以下情况下使用:(1) 实现服务间通信,(2) 创建 gRPC 服务端点,(3) 在 AppServices 中使用 gRPC 客户端,(4) 设计高性能 API。 来源:thapaliyabikendra/ai-artifacts。

如何安装 grpc-integration-patterns?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill grpc-integration-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/thapaliyabikendra/ai-artifacts