{"id":14987643,"url":"https://github.com/tx7do/kratos-transport","last_synced_at":"2025-05-15T04:04:02.982Z","repository":{"id":37657570,"uuid":"465575509","full_name":"tx7do/kratos-transport","owner":"tx7do","description":"kratos transport layer extension","archived":false,"fork":false,"pushed_at":"2025-04-28T02:14:11.000Z","size":3542,"stargazers_count":385,"open_issues_count":11,"forks_count":105,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-28T03:23:55.551Z","etag":null,"topics":["activemq","amqp","asynq","gin","golang","http3","iris","kafka","kratos","machinery","microservice","mqtt","nats","nsq","pulsar","rabbitmq","redis","rocketmq","stomp","websocket"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tx7do.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-03T05:06:04.000Z","updated_at":"2025-04-28T02:14:15.000Z","dependencies_parsed_at":"2023-11-30T09:46:56.545Z","dependency_job_id":"7027155e-fe5a-4a9e-a83b-ca310b590d83","html_url":"https://github.com/tx7do/kratos-transport","commit_stats":{"total_commits":459,"total_committers":24,"mean_commits":19.125,"dds":0.07625272331154687,"last_synced_commit":"50ea381c7da9aa3c1248b3b84e02585e0db542da"},"previous_names":[],"tags_count":511,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fkratos-transport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fkratos-transport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fkratos-transport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fkratos-transport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tx7do","download_url":"https://codeload.github.com/tx7do/kratos-transport/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270640,"owners_count":22042858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activemq","amqp","asynq","gin","golang","http3","iris","kafka","kratos","machinery","microservice","mqtt","nats","nsq","pulsar","rabbitmq","redis","rocketmq","stomp","websocket"],"created_at":"2024-09-24T14:15:06.129Z","updated_at":"2025-05-15T04:04:02.919Z","avatar_url":"https://github.com/tx7do.png","language":"Go","funding_links":[],"categories":["📚 Projects (1974 total)"],"sub_categories":["MCP Servers"],"readme":"# kratos-transport\r\n\r\n把消息队列、任务队列，以及Websocket、HTTP3等网络协议实现为微服务框架 [Kratos](https://go-kratos.dev/docs/) 的`transport.Server`。\r\n\r\n在使用的时候,可以调用`kratos.Server()`方法，将之注册成为一个`Server`。\r\n\r\n各种缝合，请叫我：缝合怪。\r\n\r\n## 支持的服务（Server）\r\n\r\n### 消息队列\r\n\r\n- [RabbitMQ](https://www.rabbitmq.com/)\r\n- [Kafka](https://kafka.apache.org/)\r\n- [RocketMQ](https://rocketmq.apache.org/)\r\n- [ActiveMQ](http://activemq.apache.org)\r\n- [Apollo](http://activemq.apache.org/apollo)\r\n- [Pulsar](https://pulsar.apache.org/)\r\n- [NATS](https://nats.io/)\r\n- [NSQ](https://nsq.io/)\r\n- [Redis](https://redis.io/)\r\n- [MQTT](https://mqtt.org/)\r\n- [STOMP](https://stomp.github.io/)\r\n- [AMQP](https://www.amqp.org/)\r\n\r\n### RPC\r\n\r\n- [Thrift](https://thrift.apache.org/)\r\n- [GraphQL](https://graphql.org/)\r\n- [FastHttp](https://github.com/valyala/fasthttp)\r\n- [Gin](https://gin-gonic.com)\r\n- [Go-Zero](https://go-zero.dev)\r\n- [Hertz](https://www.cloudwego.io/zh/docs/hertz)\r\n- [Iris](https://docs.iris-go.com)\r\n\r\n### 任务队列\r\n\r\n- [Asynq](https://github.com/hibiken/asynq)\r\n- [Machinery](https://github.com/RichardKnop/machinery)\r\n\r\n### 网络协议\r\n\r\n- [WebSocket](https://zh.wikipedia.org/zh-hant/WebSocket)\r\n- [HTTP3](https://www.chromium.org/quic/)\r\n- [WebTransport](https://web.dev/webtransport/)\r\n- [SSE](https://en.wikipedia.org/wiki/Server-sent_events)\r\n- [SignalR](https://learn.microsoft.com/en-us/aspnet/signalr/overview/getting-started/introduction-to-signalr)\r\n- [Socket.IO](https://socket.io/zh-CN/docs/v4/)\r\n\r\n## 支持的消息代理（Broker）\r\n\r\n- [RabbitMQ](https://www.rabbitmq.com/)\r\n- [Kafka](https://kafka.apache.org/)\r\n- [RocketMQ](https://rocketmq.apache.org/)\r\n- [ActiveMQ](http://activemq.apache.org)\r\n- [Apollo](http://activemq.apache.org/apollo)\r\n- [Pulsar](https://pulsar.apache.org/)\r\n- [NATS](https://nats.io/)\r\n- [NSQ](https://nsq.io/)\r\n- [Redis](https://redis.io/)\r\n- [MQTT](https://mqtt.org/)\r\n- [STOMP](https://stomp.github.io/)\r\n- [AMQP](https://www.amqp.org/)\r\n\r\n## 应用示例\r\n\r\n- [kratos-chatroom](https://github.com/tx7do/kratos-chatroom) 一个简单的Websocket聊天室的示例\r\n- [kratos-cqrs](https://github.com/tx7do/kratos-cqrs) 一个CQRS架构模式的示例\r\n- [kratos-realtimemap](https://github.com/tx7do/kratos-realtimemap) 一个物联网的公共交通实时显示地图的示例\r\n- [kratos-bi](https://github.com/tx7do/kratos-bi) 一个BI系统的示例\r\n\r\n以上示例在[Kratos官方示例代码库](https://github.com/go-kratos/examples)中也可以找到。\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftx7do%2Fkratos-transport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftx7do%2Fkratos-transport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftx7do%2Fkratos-transport/lists"}