This is my first project in Rust. A zero-copy distributed runtime built on SharedArrayBuffer.
I leveraged Rust to give me highly performant hardware primitives in the browser via WebAssembly.
I also developed a Unit Proxy pattern, importing some of Rust most popular development libraries to the web and compressing with Brotli to gain a lot of features and functionality with less than 5mb overhead.
You can view the project page here: https://inos-v1.vercel.app/ (work in progress, still sorting out the p2p parts).
The codebase is available here: https://github.com/nmxmxh/inos_v1