Skip to content

Commit d3e9cf5

Browse files
authored
Improve description
1 parent 582ab34 commit d3e9cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# GoSpeak <!-- omit in toc -->
44

5-
GoSpeak is a lightweight code generator that enables you to expose your Go methods as REST API, allowing remote execution from various programming languages, including Go and TypeScript. By generating strongly-typed HTTP clients and OpenAPI documentation, GoSpeak provides a streamlined alternative to [gRPC](https://grpc.io) for web applications, using your Go code as the source of truth and JSON as the data format.
5+
GoSpeak is a lightweight code generator that exposes your Go methods as REST APIs, enabling remote execution from various languages, including Go and TypeScript. It generates strongly-typed HTTP clients and OpenAPI documentation, offering a streamlined alternative to gRPC for web applications where Go code is your protobuf and JSON is the data format.
66

77
| Feature | Description |
88
|-------------------------|-------------|

0 commit comments

Comments
 (0)