Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ghost Tales: adventures in Node.js

Ghost Tales: adventures in Node.js

Ghost is an open source blogging platform built in Node.js and aimed at a wide range of users. Node.js is still a relatively young platform for building web software. The combination of creating user-facing software with a less mature tool presents a particularly interesting set of challenges.

Building Ghost is an adventure, I'd like to share with you a few of the things I've learned so far...

Hannah Wolfe

May 16, 2014
Tweet

More Decks by Hannah Wolfe

Other Decks in Technology

Transcript

  1. JSON API Client Server Blog Admin SQLite MySQL PostgreSQL Bookshelf

    & Knex HTTP module() Express Ember.js Handlebars
  2. Testing • Mocha - https://github.com/visionmedia/mocha • Should - https://github.com/visionmedia/should.js/ •

    Supertest - https://github.com/visionmedia/supertest • Rewire - https://github.com/jhnns/rewire