Working with Nodember
May 24th, 2014 | 5 min read | Ember.js, Express, JavaScript, MongoDB, Node.jsA while back I wrote a tutorial about writing a small app using Ember.js by storing its data inside the HTML5 LocalStorage. In this tutorial I will be using Node.js REST webservice and store the data into a MongoDB database. By writing both front-end and back-end in JavaScript, I’m able to write an entire application […]