Skip to content

Commit

Permalink
chore: adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Jan 17, 2024
1 parent 6b37fa6 commit 6645989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Here is the feature:
- **Protobuf**: Supports only dynamic load, simplifying the loading process of protobuf files.
- **Client**: Configured once, callable anytime, anywhere, and supports multi-server invocation.
- **Server**: Simplifies the initialization process with a three-step start, supporting multi-server deployment.
- **Credentials**: Complete support for certificate loading on both the client and server, providing communication encryption capabilities.
- **Credentials**: Complete support for certificate loading on both the client and server.
- **No-Route**: No routing, RPC is inherently bound to methods.
- **Middleware**: Both client and server support middleware.
- **Metadata**: Standardizes the transmission and retrieval of metadata.
Expand All @@ -32,7 +32,7 @@ Here is the feature:
exceptions after catching.
- **Promise**: Supports promisify internally in RPC methods while also
preserving callbackify.
- **Config**: Aligned with official configurations, supports protobuf load configurations and gRPC channel configurations.
- **Config**: Supports protobuf load configurations and gRPC channel configurations.
- **Typescript**: Implemented purely in TypeScript with comprehensive types.

...and a lot more.
Expand Down

0 comments on commit 6645989

Please sign in to comment.