Skip to content

Commit abac2bb

Browse files
committed
docs: update README
1 parent e58d203 commit abac2bb

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@
1717

1818
**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`).
1919

20-
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.
20+
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.
2121

2222
<br>
2323

2424
### Applicable Scenarios
2525

26-
Sponge is suitable for quickly developing various high-performance backend services, including but not limited to:
26+
Sponge is suitable for rapidly building various types of high-performance backend services, including but not limited to:
2727

28-
- `Web` services (gin);
29-
- `gRPC` services;
30-
- `HTTP+gRPC` hybrid services;
31-
- `gRPC Gateway API` services;
32-
- cloud-native microservices.
28+
- `RESTful API` services
29+
- `Web` services (Gin-based)
30+
- `gRPC` services
31+
- `HTTP+gRPC` hybrid services
32+
- `gRPC Gateway API` services
33+
- `cloud-native` microservices
3334

3435
Additionally, developers can use custom templates to generate various types of code to meet specific business needs.
3536

assets/readme-cn.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
<br>
44

5-
**sponge** 是一个强大的 `Go` 开发框架,其核心理念是通过解析 `SQL``Protobuf``JSON` 文件逆向生成模块化的代码,这些模块代码可灵活组合成多种类型的完整后端服务(`类似海绵细胞的特性,打散的海绵细胞能自动重新组合成新的海绵`)。sponge 拥有出色的项目工程化能力,提供一站式项目开发解决方案,涵盖代码生成、开发、测试、API 文档生成和部署。Sponge通过模块化架构与AI代码生成的深度融合,实现开发效率大幅提升效率,降低技术门槛,"低代码"开发模式让开发者轻松构建稳定可靠的后端系统
5+
**sponge** 是一个强大的 `Go` 开发框架,其核心理念是通过解析 `SQL``Protobuf``JSON` 文件逆向生成模块化的代码,这些模块代码可灵活组合成多种类型的完整后端服务(`类似海绵细胞的特性,打散的海绵细胞能自动重新组合成新的海绵`)。sponge 拥有出色的项目工程化能力,提供一站式项目开发解决方案,涵盖代码生成、开发、测试、API 文档生成和部署。sponge 通过模块化架构与AI助手深度融合,大幅提升开发效率、降低技术门槛,助力开发者以"低代码"方式轻松构建稳定可靠的后端系统
66

77
<br>
88

99
### 适用场景
1010

11-
sponge 适用于快速开发各种高性能后端服务,包括但不限于:
12-
- `Web` 服务 (gin);
13-
- `gRPC` 服务;
14-
- `HTTP+gRPC` 混合服务;
15-
- `gRPC Gateway API` 服务;
16-
- 云原生微服务;
11+
sponge 适用于快速构建多种类型的高性能后端服务,包括但不限于:
12+
13+
- `RESTful API` 服务
14+
- `Web` 服务 (基于Gin)
15+
- `gRPC` 服务
16+
- `HTTP+gRPC` 混合服务
17+
- `gRPC Gateway API` 服务
18+
- 云原生微服务
1719

1820
此外,开发者还可以通过自定义模板,生成满足业务需求的各类代码。
1921

0 commit comments

Comments
 (0)