Live data from Hacker News

Skeleton: A CoffeeScript Node.js Project Generator

github.com

1–10 of 23 posts

Re: Skeleton: A CoffeeScript Node.js Project Generator

#2
I've been using a quite different approach at structuring my Node.js applications: http://bergie.iki.fi/nodext/

With NodeXT you build the application out of multiple modules (extensions), which you then "mount" into the URL structure you want to use.

Helps keeping code more decoupled and reusable.

Re: Skeleton: A CoffeeScript Node.js Project Generator

#6
post #5

Just yesterday I was searching for a decent coffeescript node.js generator, but the one's I've been using lately[1] haven't been up to date and this is exactly what I've been looking for. Thanks!! [1] https://github.com/jamescarr/coffeescript-express-app

So glad to hear. Feel free to contribute ;)

Re: Skeleton: A CoffeeScript Node.js Project Generator

#7
post #2

I've been using a quite different approach at structuring my Node.js applications: http://bergie.iki.fi/nodext/ With NodeXT you build the application out of multiple modules (extensions), which you then "mount" into the URL structure you want to use. Helps keeping code more decoupled and reusable.

Interesting. I will take a look, thanks.

Re: Skeleton: A CoffeeScript Node.js Project Generator

#9
Very cool; I'll be playing around with this a bit, looks like a nice and fast way to get started with a Node web app.

Side note: generally good practice to throw your name into Google (for example, "skeleton framework" or some combination of relevant words) to see what was returned before landing on your name (http://www.getskeleton.com/)

Post reply on HN