Welcome to CloudRuntime: A Lightweight Runtime for Cloud Applications.!

Learn More Source Code

CloudRuntime is dedicated to helping developers rapidly develop a wide variety of applications, including microservices, monolithic applications, functional computing, and more.

In terms of technical solutions and product forms, CloudRuntime is actively innovative and exploratory, adhering to a positive and pragmatic mindset, taking production landing as the basic starting point, meeting business needs as the guiding direction, and respecting reality.

Monolithic Application

Good performance, easy to master, easy to develop and test, simple to deploy.

Microservice

Single responsibility, independent deployment, easy to maintain and extend, free to choose the technology stack.

Function Computing

Focus on business logic development, fast iterations.

Only children make choices.

Client SDK Solution

Pure client-side solutions to provide all the functionality in the form of libraries, packaged into applications. Including a variety of RPC frameworks , microservice frameworks, typical products such as dubbo, springcloud.

External Proxy Solution

Entirely delegate functionality to external proxy, which can be sidecar/node or centralized deployments. Including reverse proxy, servicemesh, etc. Typical products such as Istio / Linkerd2.

Lightweight SDK+Proxy Solution

A combination of client SDK and proxy, where the client SDK takes on a small number of responsibilities and the proxy takes on the major ones. Typical example is Dapr.

Code Injection Solution

A variant of the client-side SDK solution, where the functionality is still carried out by the library, but is not directly packaged into the application. The library code is injected into the application at the time of deployment through code injection techniques, typically such as Java Agent.

Proxyless Solution

The combination of the client SDK solution and the Servicemesh architecture, the client SDK implements the functions of the servicemesh data plane and interacts with the control plane of the servicemesh with standard protocols such as xDS protocol.

Execution Plan Solution

CloudRuntime’s industry-first solution, inspired by lightweight SDK solutions and proxyless solutions, combines the superior performance of client SDK solutions with the power of servicmesh’s control plane.

We’ll take them all!