rsocket-kotlin
rsocket-kotlin copied to clipboard
RSocket Kotlin multi-platform implementation
Investigate integration between RSocket and GraphQL. Related spec issues: https://github.com/rsocket/rsocket/pull/327 Probably we could use RSocket as a transport and use apollo-kotlin API: https://github.com/apollographql/apollo-kotlin
- [ ] Old transport api (marked as deprecated with error) - [ ] Nodejs transport - [ ] renamed Ktor plugins modules (`rsocket-ktor-client` and `rsocket-ktor-server`)
Investigate and implement integration with [kotlinx-rpc](https://github.com/Kotlin/kotlinx-rpc) for both requester and responder (client and server) for all supported targets. Report missing APIs in kotlinx-rpc. The result should be in a separate...