Skip to content

Commit

Permalink
fix(grpc-sdk): readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Apr 19, 2023
1 parent 9960fad commit 06658e0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions libraries/grpc-sdk/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Conduit gRPC SDK

This library provides a framework to bind all Conduit modules in a safe and consistent way.<br />
It is also used to provide syntactic sugar that makes development easier.

## Build Steps

Expand All @@ -10,12 +9,7 @@ It is also used to provide syntactic sugar that makes development easier.

## Features ✔️

- Service registration & discovery
- Application route registration
- Administrative route registration
- Service discovery
- Provides wrappers for gRPC handlers to support async
- Parses incoming requests and outgoing responses to JSON
- Provides health check service out of the box
- Manages the gRPC server so you don't have to
- Provides typings for common Conduit models
- Provides classes to facilitate building your own Conduit modules

0 comments on commit 06658e0

Please sign in to comment.