Join Slack
Powered by
hey all, does kotlin have any good networking libr...
# announcements
e
Emery Tanghanwaye
01/07/2021, 11:32 PM
hey all, does kotlin have any good networking libraries?
z
Zach Klippenstein (he/him) [MOD]
01/08/2021, 12:04 AM
ktor (server + client), okhttp (client), wire (client, grpc), misk (server) to name a few
c
Colton Idle
01/08/2021, 3:09 AM
ktor can be a client? crap. i only thought it was server side.
m
Matteo Mirk
01/08/2021, 9:20 AM
not only, there exists ktor-client too 🙂
https://ktor.io/docs/client.html
Matteo Mirk
01/08/2021, 9:28 AM
@Emery Tanghanwaye
there are many networking libs for Kotlin, also check these out: •
https://github.com/kittinunf/Fuel
•
https://github.com/sepatel/tekniq/tree/master/tekniq-rest
•
https://github.com/korlibs/korio
5
Views
Open in Slack
Previous
Next