Learn how EqualTo Sheets leveraged Rust in anger to build their spreadsheet as a service platform. With Rusts fast, memory-safe, and versatile programming language, they were able to seamlessly integrate with Python, Rust, and Node.js code-bases. In this post, they share insights and a GitHub repository with relevant code. They also highlight the benefits of using Rust to call Rust code from Python, TypeScript or Node.js without significant overhead. See how they tackled common problems such as serialization and deserialization logic and how they used bindings for efficient serialization/deserialization of data. Discover how you too can move beyond isomorphic JavaScript and write Rust code that runs on both server and client-side seamlessly.