70
WikiLambda, backend for Wikifunctions, rewrites itself from Node.js (!!) to Rust
(www.wikifunctions.org)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Node.js is really not a bad backend language, since it's JIT, it's actually faster than Python and Java in most cases.
Rust will definitely have the advantage of being a compiled language though.
Source: I write both Java and TS backend code, have done benchmarks.
Java is JIT'd too, and Python can be depending on which runtime you deploy.
True, I didn't structure my sentence correctly.
It gets to compete with Java and Python because it's also JIT is what I meant to say.