AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Create a Web Application in No-Chase
I've written mostly no-chase servers, lots of front-end stuff. But I definitely knew the pain points of JavaScript developers. So we said let's target this audience and let's create the web application. It was very easy and it worked. The WebSockets based chat. And then we did it in Rust. In Rust we found out that we had a major security hole because the messaging protocol allowed to send anything over the wire. We called this error by following some of those Rust typical rules,. Like having structs, serializing them, knowing which fields you have, having good types.