You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/12/04 01:50:00 UTC

[dubbo-go] branch 3.0 updated: add Readme ecosystem (#1641)

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 44f7911  add Readme ecosystem (#1641)
44f7911 is described below

commit 44f79119168293f901d4696174386a77192630f5
Author: randy <zt...@gmail.com>
AuthorDate: Sat Dec 4 09:49:28 2021 +0800

    add Readme ecosystem (#1641)
    
    * readme add ecosystem
    
    * readme add ecosystem
---
 README.md    | 10 ++++++++++
 README_CN.md | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git a/README.md b/README.md
index a06cd59..e7dc462 100644
--- a/README.md
+++ b/README.md
@@ -164,6 +164,16 @@ If you are using [apache/dubbo-go](https://github.com/apache/dubbo-go) and think
 
 [See more user cases](https://github.com/apache/dubbo-go/issues/2)
 
+## Dubbo-go ecosystem
+
+* [Dubbo Ecosystem Entry](https://github.com/apache?utf8=%E2%9C%93&q=dubbo&type=&language=) - A GitHub group `dubbo` to gather all Dubbo relevant projects not appropriate in [apache](https://github.com/apache) group yet.
+* [dubbo-go-pixiu](https://github.com/apache/dubbo-go-pixiu) - A dynamic, high-performance API gateway solution for Dubbo and Http services.
+* [dubbo-go-samples](https://github.com/apache/dubbo-go-samples) - Samples for Apache Dubbo-go.
+* [dubbo-getty](https://github.com/apache/dubbo-getty) - A netty like asynchronous network I/O library which supports tcp/udp/websocket network protocol.
+* [triple](https://github.com/dubbogo/triple) - A golang network package that based on http2, used by Dubbo-go 3.0.
+* [dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2) - A golang hessian library used by Apache/dubbo-go.
+* [gost](https://github.com/dubbogo/gost) - A go sdk for Apache Dubbo-go.
+
 ## License
 
 Apache Dubbo-go software is licenced under the Apache License Version 2.0. See the LICENSE file for details.
diff --git a/README_CN.md b/README_CN.md
index 70bf88f..ddb721e 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -163,6 +163,16 @@ go get dubbo.apache.org/dubbo-go/v3
 
 [查看更多用户示例](https://github.com/apache/dubbo-go/issues/2)
 
+## 生态
+
+* [Dubbo Ecosystem Entry](https://github.com/apache?utf8=%E2%9C%93&q=dubbo&type=&language=) - Apache Dubbo 群组的相关开源项目
+* [dubbo-go-pixiu](https://github.com/apache/dubbo-go-pixiu) - 动态高性能 API 网关,支持 Dubbo 和 Http 等多种协议
+* [dubbo-go-samples](https://github.com/apache/dubbo-go-samples) - Dubbo-go 项目案例
+* [dubbo-getty](https://github.com/apache/dubbo-getty) - Netty 风格的异步网络 IO 库,支持 tcp、udp 和 websocket 等协议
+* [triple](https://github.com/dubbogo/triple) - 基于 HTTP2 的 Dubbo-go 3.0 协议网络库
+* [dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2) - 供 Dubbo-go 使用的 hessian2 库
+* [gost](https://github.com/dubbogo/gost) - 供 Dubbo-go 使用的基础代码库
+
 ## 许可证
 
 Apache Dubbo-go使用Apache许可证2.0版本,请参阅LICENSE文件了解更多。