i'm working on a web app game demo, partially just to put in my web dev portfolio, and i've been working in JavaScript largely. i'm just wondering, given JS is not exactly built for this sort of thing, should i maybe like... switch to writing the main game bits in Rust and feed it into a JS front end?
i'm familiar with C/C#, Java, Python, and JavaScript, but haven't really had a reason to learn Rust yet. might be useful, from a professional perspective, and it also might just be a better tool for building a game in. but idk? might also just be overkill, since all i'm making is a little basic citizen sleeper-like in a browser.