Live data from Hacker News

The Trello Tech Stack

blog.fogcreek.com

1–10 of 96 posts

Re: The Trello Tech Stack

#5
post #4
post #2

"We use a really excellent async library" Does anyone happen to know if this is an open source or in house library?

I meant to link that. Now it's linked in the post, and it's here: https://github.com/caolan/async

Funny story, I found this particular lib the same day as Daniel wrote some code that was an exact drop-in replacement for its 'parallel' function. So he says 'Yes, let's use that one, as I understand and approve of its approach.'

Re: The Trello Tech Stack

#7
I think this is the best write-up I've seen of a full Javascript/CoffeeScript stack.

I've always been hesitant to get too far away from my LAPP(ython) stack, but I'll almost certainly be hacking something together with these components to see how I like writing everything in CoffeeScript.

Re: The Trello Tech Stack

#8
This post raises a few questions for me... and perhaps some one more versed in these stacks can provide answers.

- Does the use of CoffeeScript alleviate the MC Escher-esque quality of callbacks within closures involved in working with Javascript on both the server and client (and the data store)? I can totally see the appeal of CoffeeScript's syntax. Giving the programmers something different to look (and learn) at probably provides some cognitive benefit as well.

- Is there an acronym/name (ala LAMP) for the Node/MongoDB/Redis stack?

Re: The Trello Tech Stack

#10
Does anyone know of any open-source projects out there using a similar stack? I'm particularly interested in learning more about client-side view rendering with Backbone and Mustache... server side can be any of Node, Rails or Django.
Post reply on HN