|
14 | 14 | CloudWeGo is a collection of middleware open-sourced by ByteDance's Infrastructure <span class="about-b">Service Framework</span> team, designed for rapidly building <span class="about-b">enterprise-level cloud-native microservices architecture</span>. |
15 | 15 | </p> |
16 | 16 | <p>The common characteristics of CloudWeGo projects are <span class="about-b">high performance, high scalability, and high reliability</span>, with a focus on microservices communication and governance.</p> |
17 | | - <p>CloudWeGo includes several key sub-projects such as <span class="about-b">Kitex, Hertz, Volo, Netpoll, Monoio, Sonic</span>, covering both Go and Rust programming languages. |
| 17 | + <p>CloudWeGo includes several key sub-projects such as <span class="about-b">Kitex, Hertz, Volo, Netpoll, Sonic, Eino</span>, covering both Go and Rust programming languages. |
18 | 18 | From frameworks to networking libraries, encoding/decoding libraries, and serialization libraries, all are <span class="about-b">self-developed</span>. |
19 | 19 | These projects can be used independently or in combination, and a complete ecosystem has been built around them.</p> |
20 | | - <p>Ecosystem project links: |
| 20 | + <p>Ecosystem project (maintained by community): |
21 | 21 | <a href="https://github.com/kitex-contrib">Kitex-contrib</a>, |
22 | 22 | <a href="https://github.com/hertz-contrib">Hertz-contrib</a>, |
23 | 23 | <a href="https://github.com/volo-rs">Volo-rs</a>. |
24 | 24 | </p> |
| 25 | + <p>Relevant technical standard: |
| 26 | + Shared Memory IPC <a href="https://github.com/cloudwego/shmipc-spec">shmipc</a>、 |
| 27 | + RPC Transport Protocol <a href="https://www.cloudwego.io/docs/kitex/reference/transport_protocol_ttheader/">TTHeader</a> |
| 28 | + </p> |
25 | 29 | <p>For more project information and feature details, please refer to the project <a href="/docs/">documentation</a>, and for in-depth technical insights, check out the project <a href="/blog/news/">news</a>.</p> |
26 | 30 | </div> |
27 | 31 | <div class="about-flex-right"> |
|
63 | 67 | <p> |
64 | 68 | In order to create a more diverse open-source community and nurture more outstanding open-source talents, CloudWeGo has no barriers and encourages all interested developers to participate in open-source contributions. |
65 | 69 | These contributors come from various industries, both domestic and international, covering different roles such as formal employees and university students. |
66 | | - The cumulative number of code and documentation contributors has exceeded <span class="about-b">400</span>. |
| 70 | + The cumulative number of code and documentation contributors has exceeded <span class="about-b">500</span>. |
67 | 71 | Among them, <span class="about-b">25 have been promoted from contributors to committers, 7 from committers to reviewers, and 1 from reviewers to approvers</span>. |
68 | 72 | </p> |
69 | 73 | <p> |
|
0 commit comments