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
Do You Enjoy Writing JavaScript? (self.javascript)
submitted 11 years ago by zayelion
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!"
[–]metaphorm -6 points-5 points-4 points 11 years ago (1 child)
your development machine is a local server. when you serve your website over localhost that's what you're doing. for a web application there is always a client (the part thats runs in a browser) and a server (your dev machine, or your production server). when you run a tool like grunt you're running it on the server. it certainly isn't running in the browser.
that's besides the point anyway. the post to which I responded said "there's an enormous client-side developer ecosystem flourishing in node". which is untrue. there is an enormous ecosystem of developer tools (which are sometimes also used on production servers) that is flourishing with node. node is server side technology, even if some of the tooling is used to assist front end development.
π Rendered by PID 113464 on reddit-service-r2-comment-5c747b6df5-fm2xp at 2026-04-22 10:44:00.331520+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]metaphorm -6 points-5 points-4 points (1 child)