hey all, does kotlin have any good networking libr...
# announcements
e
hey all, does kotlin have any good networking libraries?
z
ktor (server + client), okhttp (client), wire (client, grpc), misk (server) to name a few
c
ktor can be a client? crap. i only thought it was server side.
m
not only, there exists ktor-client too 🙂 https://ktor.io/docs/client.html
@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