rsocket-kotlin icon indicating copy to clipboard operation
rsocket-kotlin copied to clipboard

I didn't find rsocket-transport-nodejs-tcp example

Open burakakca opened this issue 3 years ago • 3 comments

I didn't find any additional examples for that and tests are doesn't give any idea. Maybe not completed package?

burakakca avatar Nov 17 '22 14:11 burakakca

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.

whyoleg avatar Nov 17 '22 14:11 whyoleg

Thank you for your reply, Yes, you're right, there is an example, but I wish it was more topic-specific.

burakakca avatar Nov 20 '22 09:11 burakakca

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.

whyoleg avatar Nov 21 '22 08:11 whyoleg