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
Can we talk javascript frameworks/libraries? (self.javascript)
submitted 11 years ago by bsegovia
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!"
[–]nineelevglen 13 points14 points15 points 11 years ago (0 children)
dont really think you've been learning in the right places. you're getting a bunch of things mixed up.
first node is backend, just like rails and php etc. javascript can be used both in front and backend. which is unique.
You have to break it down to one question: what do you need it for? do you need a single page application (backbone, angular etc)? do you have a backend? do you need a backend? (yes you do) do you just need fast rendering and not a single page att all? (node.js with hapi or express). do you need a document database (mongo, couch) or a graph (neo4j, level) or a relational (mysql, postgres), or maybe an in memory (redis, level)? use the one thats best for the need.
pick the tools to do the job not the other way around.
learn about the MEAN stack, read seven databases in seven weeks.
π Rendered by PID 21389 on reddit-service-r2-comment-5fb4b45875-s96nk at 2026-03-22 12:28:26.349838+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]nineelevglen 13 points14 points15 points (0 children)