DEV Community

Discussion on: Convert your website into an android app using capacitor 😱.

Collapse
 
jwp profile image
John Peters • Edited

AtWood's law has been usurped with WASM.

Javascript is optional now with Rust, Python, C#, and Java. Each create WASM assemblies allowing for no Javascript web apps.

I'm currently working on a Blazor project which is awesome. It's 100% isomorphic in C#. (Front end and backend) it also supports optional TypeScript and Javascript,css and scss.

Collapse
 
narottam04 profile image
Narottam04

Interesting, I have never made a website with c#. Is there any benefits for using blazor, .net like framework over svelte, next js?

Collapse
 
jwp profile image
John Peters

Yes, Security is increased massively. Not to mention speed due to no JIT requirements.