kotlin-libraries-playground
kotlin-libraries-playground copied to clipboard
Sample wanted for rsocket/rsocket-kotlin
About the library
- Description: RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron.
- GitHub: https://github.com/rsocket/rsocket-kotlin
- Official website: https://rsocket.io/
What the sample could do
See the examples from the README of https://github.com/rsocket/rsocket-kotlin
Wants to contribute the sample?
- Say so in a comment here
- Follow instructions in CONTRIBUTING.md
- Submit your pull request!
I feel like I'm a bit late to the party, but I'd like to do this :)
Is this still up for grabs?
Well, I don't have a definitive answer to this, I just know I haven't done it yet. Been meaning to, but I couldn't quite find the motivation. If you can, go for it!
how can i to contribute in this repo?
Is this issue still open? May I work on it? Can someone help me as I am new to open source contribution?
Hello @jmfayard, @LouisCAD ! Is this issue still open? If so, I would like to work on it. Can you tell me about your expectations? I was looking for some other samples, and they just cover one specific use case. Could I split it into server and client samples?
@xisvaldo issue assigned to you!
Could I split it into server and client samples?
Great question! Can you find a way to write the client part first and without to start a server locally? That would be easier than the server part, which can be discussed after Merci!