Echo JS 0.11.0

<~>

mulderp comments

mulderp 3813 days ago. link 2 points
Based on the Lamernews source, I did a small proof-of-concept for a backend with Node.js, Redis and Promisses. Haven't time to release it, but I might write a small blog post about what I did so far.
mulderp 3869 days ago. link 1 point
Why do so many people upvote this? CoffeeScript is not a complete replacement for JavaScript, it just gives you some new point of views in my opinion.
mulderp 3936 days ago. link 1 point
Nice write-up.

"Specifically, while there are various solutions such as Ender and browserify and that can wrap CommonJS modules seamlessly for the browser, they are in some ways even worse of a solution than Sprockets because they are completely useless for packaging up CSS/LESS/SASS. CommonJS also currently does not define any package.json extension that allows components to expose anything other than Javascripts for other components to consume."

The combination Sprockets (Asset Manager by Middleware) and CommonJS modules, looks like a nice alternative to Require.js. So, what do you think?