Click here to Skip to main content
15,887,267 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: C# and web development Pin
Jeremy Falcon10-Oct-23 7:16
professionalJeremy Falcon10-Oct-23 7:16 
QuestionCommand Line building (old) web project Pin
Super Lloyd25-Sep-23 14:01
Super Lloyd25-Sep-23 14:01 
Questioninstall json package Pin
Vivek Kumar Apr202314-Aug-23 0:26
Vivek Kumar Apr202314-Aug-23 0:26 
AnswerRe: install json package Pin
Pete O'Hanlon14-Aug-23 0:52
mvePete O'Hanlon14-Aug-23 0:52 
Questionjavascript web app Pin
Mohammad Sadegh FadaiFard27-Jun-23 1:26
Mohammad Sadegh FadaiFard27-Jun-23 1:26 
AnswerRe: javascript web app Pin
jschell27-Jun-23 4:59
jschell27-Jun-23 4:59 
AnswerRe: javascript web app Pin
gitcommitshow2-Jul-23 4:20
gitcommitshow2-Jul-23 4:20 
AnswerRe: javascript web app Pin
Jeremy Falcon7-Jul-23 14:11
professionalJeremy Falcon7-Jul-23 14:11 
JavaScript is the only language on the planet that you can use seamlessly on the client and server. When done, this is referred to as an isomorphic application. Any other language that claims to do this is just flat out lying and probably uses JavaScript under the hood. Emscripten used to do that actually, but they've smartly embraced WASM these days.

Speaking of WASM, things are changing with the web, but in a great way. Only problem with it is adoption for that is still in process. Eventually, a lot of languages will be isomorphic with no need for libraries. WASM is awesome.

But, if you want to start today, start with JavaScript and Node as it's still the king. You'll eventually get into WASM, but by and large you'll still need a bit of JavaScript to help run it in the browser, deal with compatibility issues, etc. So, you're going to have to learn JavaScript anyway.

As a side note, Node supports WASM too so it's worth learning regardless.

As another side note, you may see people say they don't like JS on CP. They don't know it well. Their opinion doesn't matter. It has its quirks but it's both beginner and expert friendly.
Jeremy Falcon

AnswerRe: javascript web app Pin
Jeremy Falcon7-Jul-23 14:20
professionalJeremy Falcon7-Jul-23 14:20 
GeneralRe: javascript web app Pin
jschell10-Jul-23 3:57
jschell10-Jul-23 3:57 
GeneralRe: javascript web app Pin
Jeremy Falcon10-Jul-23 5:07
professionalJeremy Falcon10-Jul-23 5:07 
GeneralRe: javascript web app Pin
jschell11-Jul-23 6:40
jschell11-Jul-23 6:40 
GeneralRe: javascript web app Pin
Jeremy Falcon11-Jul-23 7:20
professionalJeremy Falcon11-Jul-23 7:20 
GeneralRe: javascript web app Pin
jschell12-Jul-23 5:18
jschell12-Jul-23 5:18 
GeneralRe: javascript web app Pin
Jeremy Falcon12-Jul-23 5:42
professionalJeremy Falcon12-Jul-23 5:42 
GeneralRe: javascript web app Pin
jschell13-Jul-23 5:56
jschell13-Jul-23 5:56 
GeneralRe: javascript web app Pin
Jeremy Falcon13-Jul-23 6:56
professionalJeremy Falcon13-Jul-23 6:56 
GeneralRe: javascript web app Pin
Jeremy Falcon13-Jul-23 6:57
professionalJeremy Falcon13-Jul-23 6:57 
GeneralRe: javascript web app Pin
Sean Ewington14-Jul-23 3:40
staffSean Ewington14-Jul-23 3:40 
GeneralRe: javascript web app Pin
Coolrasta12-Jul-23 22:53
Coolrasta12-Jul-23 22:53 
GeneralRe: javascript web app Pin
Jeremy Falcon13-Jul-23 4:28
professionalJeremy Falcon13-Jul-23 4:28 
QuestionGenerate the CS classes for a SOAP web service Pin
Richard Andrew x6421-Jun-23 6:22
professionalRichard Andrew x6421-Jun-23 6:22 
AnswerRe: Generate the CS classes for a SOAP web service Pin
jschell22-Jun-23 8:11
jschell22-Jun-23 8:11 
AnswerRe: Generate the CS classes for a SOAP web service Pin
Mohammad Sadegh FadaiFard27-Jun-23 1:22
Mohammad Sadegh FadaiFard27-Jun-23 1:22 
GeneralRe: Generate the CS classes for a SOAP web service Pin
Richard MacCutchan27-Jun-23 1:28
mveRichard MacCutchan27-Jun-23 1:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.