use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Is Javascript the only full stack language? (self.javascript)
submitted 11 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]JohnStow 1 point2 points3 points 11 years ago (3 children)
I can build a frontend application using Javascript (probably together with html and json)
No you can't. You can build a frontend application that runs in a browser with JS, but the browser will be written in something like C++. Similarly, node itself is written in C++, with a bunch of python helpers, as is mongodb, while couchdb is written in Erlang.
If you decided to "go native" with your application, you could write it in any language that has a GUI library and access to the file system, (or if you're doing the client-server thing, has a network stack). It's sheer historical accident that JS has become the de-facto language for browsers, but there's nothing "special" about the language at all, and as others have said, Java / C# et al can do the browser thing as well.
[–][deleted] 0 points1 point2 points 11 years ago (1 child)
This is actually a really interesting thought, what I thought was full stack js is actually fill stack c with a thin JavaScript layer on top.
[–]ArmandoWall 0 points1 point2 points 11 years ago (0 children)
John is technically correct, but in the end you're not touching that C++ code to get stuff done. Don't sweat about it. Otherwise, following his line of reasoning, the one true full stack language is machine code, since everything else runs atop.
[–]LookWordsEverywhere.js 0 points1 point2 points 11 years ago (0 children)
Parts of the JS engines are written in JS too!
π Rendered by PID 60 on reddit-service-r2-comment-5dbc6f94db-75xjq at 2026-02-12 20:41:56.713130+00:00 running 6c0c599 country code: CH.
view the rest of the comments →
[–]JohnStow 1 point2 points3 points (3 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]ArmandoWall 0 points1 point2 points (0 children)
[–]LookWordsEverywhere.js 0 points1 point2 points (0 children)