Skip to content

Instantly share code, notes, and snippets.

@steckel
Created February 27, 2012 05:40
Show Gist options
  • Save steckel/1921699 to your computer and use it in GitHub Desktop.
Save steckel/1921699 to your computer and use it in GitHub Desktop.

##Backend:

  • Node.js: JavaScript server environment
  • Express: Sinatra inspired http framework
  • Locomotive: Rails-style MVC framework (uses Express)
  • CoffeeScript
  • Jade: JavaScript server side templating (JavaScript version of HAML)

##FrontEnd:

  • Backbone.js
  • Walrus (We'll probably be contributing heavily too this during development)
  • SCSS? Less? Stylus? (SCSS/SASS V.S. Less given Less also has embeddable JavaScript)
  • jQuery
  • jQuery.Transit? (We may have to hack or roll our own)

##Testing:

  • Mocha
  • Should.js
  • Cucumber.js
  • Capybara
  • Selenium

Misc Resources:

@jeremyruppel
Copy link

Yo, just created a bare-bones wiki. Feel free to start posting these up there: https://github.com/akqa/akqa.js/wiki

@steckel
Copy link
Author

steckel commented Feb 27, 2012

totes - just saw it.

Working on a stack list for the upcoming project here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment