In this tutorial series we will be building a [Sencha Touch][1] application that is powered by a [Node.js][2] backend which will use the [Express.js][3] framework and [MongoDB][4] to store data. This tutorial is more about the backend than the mobile app itself, so functionality wise it will be a bit boring. We will be creating a simple CRUD (Create, Read, Update, Delete) application. Before we get into that though, I just introduced a whole bunch of technologies you may or may not have heard of so let's do a little background research first… What is Node.js? JavaScript is a client side scripting language, it allows us to modify the DOM (document object model) and do lots of fancy things after a web page has been retrieved from the server. If we want to do things on the server side then we use a server side language like PHP or Ruby. Node.js is essentially server side JavaScript. Node.js allows you to write JavaScript that talks to networks, file systems and other I/O (input / output) sources.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.