Mojo networking!
We're now using a networking implementation that is not dependent on Python by making external_call
s to libc
.
This should allow us to take full advantage of parallelization and Mojo's unique capabilities.
To start using it, simply import SysServer
. Everything that worked with Python version will continue working as intended.