From 642de0d95362d5e5fd0cf25056273b72cf3c7c1f Mon Sep 17 00:00:00 2001 From: Darren <27513732@qq.com> Date: Fri, 7 Jul 2023 13:23:18 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cab64df3..22df36bd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ Websoft9 is complete PaaS solution for running 200+ apps on your own server. Just install it, don't any steps. -Websoft9 is microservices architecture. instead of reinventing the wheel, we integrate the best open source products into our interface so that customers don't have to learn new technology stacks or worry about the lack of maintenance of components +Although the architecture in cloud native emphasizes high availability and clustering, this is not suitable for simple applications or low-concurrency scenarios, after all, most applications on the Internet do not need to implement complex clusters or K8S. + +Websoft9 solves the problem of using multiple applications in a single server from the beginning, and we strongly believe in the principle of minimalism. + +Websoft9 is microservices architecture on single machine. instead of reinventing the wheel, we integrate the best open source products into our interface so that customers don't have to learn new technology stacks or worry about the lack of maintenance of components - [Cockpit ](https://cockpit-project.org/): A web-based graphical interface for servers - [Docker](https://www.docker.com/): Accelerate how you build, share, and run modern applications