Network stack on all platforms requires a lot of w...
# server
o
Network stack on all platforms requires a lot of work on all platforms. Buffers, sockets, channels, coroutines, etc. Another approach that we are testing is to use platform’s native http client (such as on iOS), and then have some common API on top of it. But that also requires a lot of design work, and not all platforms have native http clients. Basically, it’s a complex project 🙂