Skip to content

Mojo networking!

Compare
Choose a tag to compare
@saviorand saviorand released this 08 Jan 21:13
· 266 commits to main since this release

We're now using a networking implementation that is not dependent on Python by making external_calls 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.