Posts in 2023
-
CloudWeGo: A leading practice for building enterprise cloud native middleware!
Thursday, June 15, 2023 in News
CloudWeGo Overview CloudWeGo is a set of microservices middleware developed by ByteDance that can be used to quickly build enterprise-class cloud-native architectures. It is a collection of high-performance, high-extensible, and highly-reliable …
-
Introducing Monoio: a high-performance Rust Runtime based on io-uring
Monday, April 17, 2023 in News
Overview Although Tokio is currently the ‘de facto’ standard for Rust asynchronous runtime, there is still some distance to go to achieve the ultimate performance of network middleware. In pursuit of this goal, the CloudWeGo Rust Team has …
-
Introducing Shmipc: A High Performance Inter-process Communication Library
Tuesday, April 04, 2023 in News
We are excited to introduce an open source project - Shmipc, a high performance inter-process communication library developed by ByteDance. It is built on Linux’s shared memory technology and uses unix or tcp connection to do process …
-
Getting Started with Hertz: Performance Testing Guide
Friday, February 24, 2023 in News
Background On September 8, 2021, ByteDance officially announced the open-sourcing of CloudWeGo. CloudWeGo is a set of microservices middleware developed by ByteDance, characterized by high performance, strong scalability, and high stability. It …
Posts in 2022
-
Kitex Proxyless Practice:Traffic Lane Implementation with Istio and OpenTelemetry
Tuesday, December 20, 2022 in News
Preface: Kitex Proxyless enables the Kitex service to interact directly with istiod without envoy sidecar. It dynamically obtains service governance rules delivered by the control plane based on the xDS protocol and converts them to Kitex rules to …
-
Kitex: Unifying Open Source Practice for a High-Performance RPC Framework
Friday, September 30, 2022 in News
From Development to Open Source Transition Many researchers and practitioners may have just learned about CloudWeGo, so let’s first introduce the relationship between CloudWeGo and Kitex. CloudWeGo and Kitex Kitex is CloudWeGo’s first …
-
China's first RPC framework based on Rust language - Volo is officially open source!
Tuesday, August 30, 2022 in News
Volo is a lightweight, high-performance, scalable, and user-friendly Rust RPC framework developed by the ByteDance service framework team. It leverages the latest GAT and TAIT features of Rust to deliver exceptional performance and efficiency. Within …
-
Hertz, an Ultra Large Scale Enterprise-Level Microservice HTTP Framework, is Now Officially Open Source!
Tuesday, June 21, 2022 in News
Today, after more than a year of internal use and iteration at ByteDance, Hertz, a high-performance enterprise-level HTTP framework, is officially open-sourced on CloudWeGo! Hertz has become the largest HTTP framework within ByteDance, with more than …
-
An Article to Learn About ByteDance Microservices Middleware CloudWeGo
Friday, March 25, 2022 in News
In the cloud native era, infrastructures across all industries are undergoing a microservice architecture transformation, and all internet companies are concerned about R&D efficiency and stability. Developers who want to build microservices can …
Posts in 2021
-
Getting Started With Kitex's Practice: Performance Testing Guide
Wednesday, November 24, 2021 in News
On September 8, 2021, ByteDance announced the launch of CloudWeGo open source project. CloudWeGo is a set of microservice middleware developed by ByteDance with high performance, strong scalability and stability. It focuses on microservice …