Networking Abstractions

Hello All, are there any cross platform networking apis available in the Island library? I’d like to be able to write some networking code using tcp, udp and at some point http. I’m a free Silver user and I’m hoping there is something, at least a socket abstraction that is cross platform across Mac, Windows and Linux

You might want to take a look at: GitHub - remobjects/internetpack: Internet Pack

1 Like

Thank you Theo, I’ll check this out

1 Like

Depending on your needs, for simple HTTP(S) client support, there’s also the Http class in Elements RTL, see the HTTP Access tutorial for details.

Thank you Marc! I also have noticed the Island rtl has sockets, I think this is what I want in addition to the Elements http.

1 Like

Cool!