đī¸ Create a message
Sisyphus provides an easy-to-use DSL API for building Message instances in Kotlin using Protobuf.
đī¸ Implement a gRPC API
All gRPC APIs are defined by service and rpc in the proto file, and these definitions will be generated as Kotlin
đī¸ Auth your API
Sisyphus adds all the ServerInterceptors in the Spring context when building the gRPC service.
đī¸ HTTP Transcoding
Since the gRPC protocol is based on the HTTP/2 protocol, in some environments, especially in browsers, full HTTP/2
đī¸ Design new API
The beginning and core of Sisyphus' workflow is the API design, around which everything revolves. Here Sisyphus strongly
đī¸ Congratulations!
You have understood the basic concept and process design for Sisyphus.