rsocket-kotlin
rsocket-kotlin copied to clipboard
I didn't find rsocket-transport-nodejs-tcp example
I didn't find any additional examples for that and tests are doesn't give any idea. Maybe not completed package?
Hey, for examples you can take a look on:
- readme - https://github.com/rsocket/rsocket-kotlin#standalone-transports
- sample - https://github.com/rsocket/rsocket-kotlin/tree/master/samples/chat - almost everything there is transport unrelated and nodejs transport declaration is as easy as 1 line there - https://github.com/rsocket/rsocket-kotlin/blob/master/samples/chat/client/src/nodejsMain/kotlin/clientTransport.kt#L30
What other information could help you?
Overall transport artifacts are super small, in case of nodejs-tcp transport it's 3 public classes.
Thank you for your reply, Yes, you're right, there is an example, but I wish it was more topic-specific.
What kind of topic-specific things do you want? Feel free to provide more info, so we will be able to improve samples/examples/documentation.