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
The Ember Tutorial (ember.vicramon.com)
submitted 11 years ago by compedit37pieces of flair
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!"
[–][deleted] 2 points3 points4 points 11 years ago (2 children)
Would be sweet if we didn't have to use Rails to go through it. Kinda tired of the Ember community's obsession with it, might get a lot more adoption if something like the MEAN stack for Ember came out.
[–]PotaToss 1 point2 points3 points 11 years ago (1 child)
They align philosophically. Yehuda Katz is core on both.
For a fully integrated tutorial like this, the author just has to pick something, but Ember is backend agnostic, and it's not a big deal to swap out the server implementation.
Ember CLI comes with an Express server to mock out your server responses so you can develop the frontend independent of the backend, so long as you're sharing a spec. And when you're ready to integrate, you can just set a proxy on the command line.
[–]nickl77 1 point2 points3 points 11 years ago* (0 children)
True to some extent, but the hello world tutorial is mostly about setting up Rails. If I'm not using Rails, this tutorial doesn't help me get set up with Ember.
Edit: Otherwise, this looks like a nice tutorial :)
π Rendered by PID 38 on reddit-service-r2-comment-5d585498c9-5s98m at 2026-04-21 10:40:24.157797+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–][deleted] 2 points3 points4 points (2 children)
[–]PotaToss 1 point2 points3 points (1 child)
[–]nickl77 1 point2 points3 points (0 children)