Join Slack
Powered by
does Kotlin native have a solution for making netw...
# kotlin-native
r
rkeazor
06/10/2018, 7:21 PM
does Kotlin native have a solution for making network requests yet?
o
olonho
06/11/2018, 7:31 AM
whole POSIX network sockets layer is available, see this example:
https://github.com/JetBrains/kotlin-native/tree/master/samples/socket
. Also bindings to third party network libs, such as libcurl are available, see
https://github.com/JetBrains/kotlin-native/tree/master/samples/curl
. And multiplatform HTTP client is being worked on here:
https://github.com/e5l/http-client-common
8
Views
Open in Slack
Previous
Next