docs: update README

This commit is contained in:
zhuyasen 2025-04-13 12:08:41 +08:00
parent e58d203944
commit abac2bbf82
2 changed files with 17 additions and 14 deletions

View File

@ -17,19 +17,20 @@
**Sponge** is a powerful `Go` development framework. Its core concept is to generate modular code by parsing `SQL`, `Protobuf`, or `JSON` files in reverse, these modular codes can be flexibly combined into various types of complete backend services (`similar to the characteristics of sponge cells, where disassembled sponge cells can automatically recombine into a new sponge`).
Sponge offers outstanding project engineering capabilities, providing an all-in-one project development solution that covers code generation, development, testing, API documentation generation, and deployment. Sponge significantly enhances development efficiency and reduces technical barriers through the deep integration of modular architecture and AI-generated code. Its low-code development model enables developers to effortlessly build stable and reliable backend systems.
Sponge offers outstanding project engineering capabilities, providing an all-in-one project development solution that covers code generation, development, testing, API documentation generation, and deployment. Sponge deeply integrates a modular architecture with an AI assistant to significantly enhance development efficiency and reduce technical barriers, empowering developers to easily build stable and reliable backend systems using a "low-code" approach.
<br>
### Applicable Scenarios
Sponge is suitable for quickly developing various high-performance backend services, including but not limited to:
Sponge is suitable for rapidly building various types of high-performance backend services, including but not limited to:
- `Web` services (gin);
- `gRPC` services;
- `HTTP+gRPC` hybrid services;
- `gRPC Gateway API` services;
- cloud-native microservices.
- `RESTful API` services
- `Web` services (Gin-based)
- `gRPC` services
- `HTTP+gRPC` hybrid services
- `gRPC Gateway API` services
- `cloud-native` microservices
Additionally, developers can use custom templates to generate various types of code to meet specific business needs.

View File

@ -2,18 +2,20 @@
<br>
**sponge** 是一个强大的 `Go` 开发框架,其核心理念是通过解析 `SQL`、`Protobuf`、`JSON` 文件逆向生成模块化的代码,这些模块代码可灵活组合成多种类型的完整后端服务(`类似海绵细胞的特性,打散的海绵细胞能自动重新组合成新的海绵`。sponge 拥有出色的项目工程化能力提供一站式项目开发解决方案涵盖代码生成、开发、测试、API 文档生成和部署。Sponge通过模块化架构与AI代码生成的深度融合实现开发效率大幅提升效率降低技术门槛以"低代码"开发模式让开发者轻松构建稳定可靠的后端系统。
**sponge** 是一个强大的 `Go` 开发框架,其核心理念是通过解析 `SQL`、`Protobuf`、`JSON` 文件逆向生成模块化的代码,这些模块代码可灵活组合成多种类型的完整后端服务(`类似海绵细胞的特性,打散的海绵细胞能自动重新组合成新的海绵`。sponge 拥有出色的项目工程化能力提供一站式项目开发解决方案涵盖代码生成、开发、测试、API 文档生成和部署。sponge 通过模块化架构与AI助手深度融合大幅提升开发效率、降低技术门槛助力开发者以"低代码"方式轻松构建稳定可靠的后端系统。
<br>
### 适用场景
sponge 适用于快速开发各种高性能后端服务,包括但不限于:
- `Web` 服务 (gin)
- `gRPC` 服务;
- `HTTP+gRPC` 混合服务;
- `gRPC Gateway API` 服务;
- 云原生微服务;
sponge 适用于快速构建多种类型的高性能后端服务,包括但不限于:
- `RESTful API` 服务
- `Web` 服务 (基于Gin)
- `gRPC` 服务
- `HTTP+gRPC` 混合服务
- `gRPC Gateway API` 服务
- 云原生微服务
此外,开发者还可以通过自定义模板,生成满足业务需求的各类代码。