rouzwawi / grpc-kotlin

gRPC with Kotlin Coroutines
https://gitter.im/gRPC-Kotlin/Lobby
Apache License 2.0
218 stars 22 forks source link

Adding an example application to grpc-kotlin #26

Open leveretka opened 5 years ago

leveretka commented 5 years ago

Hi!

I created a new app for grpc kotlin talk at Devoxx UA. Here it is https://github.com/leveretka/grpc-death-star

I would really appreciate if you can leave some comments and review the usage of your lib there.

One more thing is we can add this project to your repo as an example of grpc-kotlin usage. Wdyt?

P.S. Unfortunately have no other channel of communication with, only opening issues in github. So would be great if you provide me with some other contacts

rouzwawi commented 5 years ago

Hi, I will take a look and leave some feedback! 🌟

As for communication channels, I recently created a channel on Gitter: https://gitter.im/gRPC-Kotlin/Lobby. Just me there right now but gotta start somewhere :)

rouzwawi commented 5 years ago

Here's some suggested things that I think could make the project easier to navigate and work with.

leveretka commented 5 years ago

Cool! Thank you for your feedback. Merged your PR. Will update the project regarding your comments. I also want to add unit, it and e2e tests. Not sure will do it before Devoxx (it's this Friday and Saturday). But will do it afterward.