expressjs

TwitterFacebook
Get flash to fully experience Pearltrees
Welcome to part 7 of Let’s Make a Web App , a tutorial series about building a web app with Node . This series will walk you through the major areas you’ll need to face when building your own applications. These tutorials are tagged with lmawa . Previous tutorials: Package Versions http://dailyjs.com/2010/12/27/node-tutorial-7/

Node Tutorial Part 7

Express - node web framework

http://expressjs.com/guide.html Getting started With node installed ( download ), get your first application started by creating a directory somewhere on your machine: $ mkdir hello-world In this same directory you'll be defining the application "package", which are no different than any other node package. You'll need a package.json file in the directory, with express defined as a dependency.