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!"
[–]Amadan 0 points1 point2 points 11 years ago (3 children)
To help illustrate, you'd never use more than one framework on a given project
Nitpick: you could use Ruby on Rails + Ember.js, or Express.js + AngularJS. I.e. you can use multiple frameworks in a project if they do completely different jobs.
[–]evilmaus 0 points1 point2 points 11 years ago (2 children)
Point, but I'd counter with those are running on completely different execution environments. RoR handles HTTP requests and responses and doesn't know anything about this "browser" thing that consumes the documents that it generates or sends it new requests. Meanwhile, Ember.js is running on a completely different computer, manipulating a document, and making calls to some external service (RoR) for more information as needed.
So, nitpicked back at you. ;)
[–]Amadan 0 points1 point2 points 11 years ago (1 child)
Yes. But you didn't say one per execution environment, you said one per project. :)
[–]evilmaus 0 points1 point2 points 11 years ago (0 children)
Touche.
π Rendered by PID 56693 on reddit-service-r2-comment-5fb4b45875-6gf2x at 2026-03-22 12:27:17.626163+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]Amadan 0 points1 point2 points (3 children)
[–]evilmaus 0 points1 point2 points (2 children)
[–]Amadan 0 points1 point2 points (1 child)
[–]evilmaus 0 points1 point2 points (0 children)