hades@lemm.ee to Programming · 2 years agoIf you had to choose one programming language that you had to use for the rest of your life, what would it be?message-squaremessage-square175linkfedilinkarrow-up1110arrow-down19
arrow-up1101arrow-down1message-squareIf you had to choose one programming language that you had to use for the rest of your life, what would it be?hades@lemm.ee to Programming · 2 years agomessage-square175linkfedilink
minus-squareeluvatarlinkfedilinkarrow-up7arrow-down1·2 years agoAnd you can even run it in the browser with Blazor! Love C#
minus-squareUndertaker@feddit.delinkfedilinkarrow-up0arrow-down5·2 years agoYou may explained it unprecisley or simply wrong. You can not run it in browser. It is done on web Server side like PHP. In browser you run JavaScript.
minus-squareeluvatarlinkfedilinkarrow-up7·2 years agoNope. You can compile it to web assembly and run it in the browser.
minus-squareathekenlinkfedilinkarrow-up5·2 years agoYou should do some research on wasm. You can run frickin’ docker containers in the browser now. I don’t make the rules.
And you can even run it in the browser with Blazor! Love C#
You may explained it unprecisley or simply wrong. You can not run it in browser. It is done on web Server side like PHP. In browser you run JavaScript.
Nope. You can compile it to web assembly and run it in the browser.
You should do some research on
wasm
.You can run frickin’ docker containers in the browser now.
I don’t make the rules.