🐢 Keb
what are some options excluding TypeScript and Flow for type-checking a Node project?
🧐 Nrmn
I'm honestly not sure there are any except using a cross-compiled language. Almost everything is nowadays compiling to WASM. But there are other languages that compile directly to Javascript as well. For example dart.dev
🖥️ Lesha
And, it you're going to target wasm, you'll likely use either C or Rust and at that point you don't really need wasm for server side.