Skip to content

Commit

Permalink
Update _index.html (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
yy2so authored Dec 11, 2023
1 parent 42f8d6a commit 96f70fd
Showing 1 changed file with 14 additions and 54 deletions.
68 changes: 14 additions & 54 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,35 @@ <h2 class="home-section-title">Features</h2>
<p class="home-description text-center">
Simplifying Enterprise-level Cloud-Native Architecture Construction and Management
</p>

<p class="home-description text-center">
CloudWeGo is Your Ally in Building Enterprise-Level Cloud-Native Architectures
</p>
{{% /blocks/lead %}}

{{< blocks/section color="white" >}}
{{% blocks/feature-wide icon="/img/home/high-perf.png" title="High-Performance" %}}
<div class="home-feature-item">
CloudWeGo astounds with its high performance, a direct result of incorporating features like asynchronous RPC, streaming, non-blocking I/O networking and JIT.
We integrate advanced features such as asynchronous RPC, streaming capabilities, non-blocking I/O networking, and Just-in-Time (JIT) compilation, allowing CloudWeGo to deliver superior performance for high-demand environments.
</div>
{{% /blocks/feature-wide %}}


{{% blocks/feature-wide icon="/img/home/extensibility.png" title="Strong Extensibility" %}}
<div class="home-feature-item">
CloudWeGo employs a modular or layered framework providing a set of interfaces allowing users to customize its functionality to suit their individual needs.
CloudWeGo employs a modular, layered framework providing a set of interfaces for tailor-made functionality. This ensures that it can meet the specific requirements of any project with precision and efficiency.
</div>
{{% /blocks/feature-wide %}}


{{% blocks/feature-wide icon="/img/home/multi-proto.png" title="Multi-Protocol Support" %}}
<div class="home-feature-item">
CloudWeGo provides out-of-the-box support for Thrift, gRPC, HTTP/1, HTTP/2 and WebSocket, and can easily be extended to support other protocols.
We provide out-of-the-box support for Thrift, gRPC, HTTP/1, HTTP/2 and WebSocket, and the capability to easily extend to other protocols, ensuring maximum adaptability.
</div>
{{% /blocks/feature-wide %}}

{{% blocks/feature-wide icon="/img/home/tool.png" title="Built-In Code Generation Tools" %}}
<div class="home-feature-item">
CloudWeGo streamlines development process by providing built-in scaffold code generation tools for Thrift and gRPC.
CloudWeGo can streamline your development process by providing built-in scaffold code generation tools for Thrift and gRPC.
</div>
{{% /blocks/feature-wide %}}

Expand All @@ -63,49 +65,25 @@ <h2 class="home-section-title home-section-title-projects">Projects</h2>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/kitex">
<h2>Kitex</h2>
<p>Next generation high performance, highly scalable Golang RPC framework.</p>
<p>Next-gen Golang RPC framework transforming microservices with unprecedented scalability and performance.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/hertz">
<h2>Hertz</h2>
<p>Next generation high performance, highly scalable Golang HTTP framework.</p>
<p>Next-gen, high-performance Golang HTTP framework simplifying microservices development.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/netpoll">
<h2>Netpoll</h2>
<p>High-performance NIO (Non-blocking I/O) network library, focusing on RPC scenarios.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/thriftgo">
<h2>Thriftgo</h2>
<p>A thrift compiler implemented by Golang supports plug-in mechanism.</p>
<p>High-performance NIO network library, dedicated to building reliable, efficient services with a focus on RPC scenarios.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/volo">
<h2>Volo</h2>
<p>A high-performance and strong-extensibility Rust RPC framework.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/bytedance/monoio">
<h2>Monoio</h2>
<p>A thread-per-core Rust runtime with io_uring/epoll/kqueue.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/motore">
<h2>Motore</h2>
<p>Async middleware abstraction powered by AFIT and RPITIT.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/pilota">
<h2>Pilota</h2>
<p>A thrift and protobuf implementation in pure rust with high performance and extensibility.</p>
<p>High Performance RPC Framework for high-performance & extensibility, in Rust.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
Expand All @@ -114,34 +92,16 @@ <h2>Sonic</h2>
<p>A blazingly fast JSON serializing & deserializing library, accelerated by JIT and SIMD.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/frugal">
<h2>Frugal</h2>
<p>A very fast dynamic Thrift serializer & deserializer based on just-in-time compilation.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/fastpb">
<h2>Fastpb</h2>
<p>A faster Protobuf serializer & deserializer.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/cwgo">
<h2>Cwgo</h2>
<p>CloudWeGo All in one Code Generator.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/shmipc-go">
<h2>Shmipc</h2>
<p>A high-performance IPC solution based on shared memory IPC.</p>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
<a href="https://github.com/cloudwego/dynamicgo">
<h2>Dynamicgo</h2>
<p>Dynamically and efficiently operate data for Go.</p>
<a href="https://github.com/cloudwego">
<h2>And more!</h2>
<p>Discover CloudWeGo's projects.</p>
</a>
</div>
</div>
Expand Down

1 comment on commit 96f70fd

@vercel
Copy link

@vercel vercel bot commented on 96f70fd Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.