Browsing Tag

node

Meet Grunt: The Build Tool for JavaScript

Meet Grunt: The Build Tool for JavaScript

If you’re working on a large project, you’ll no doubt have a build script or a bunch of task scripts to help with some of the repetitive parts of the process. You might use Ant or Rake, depending on the language the project is written in.

But what do you use if the project is primarily JavaScript? That’s the problem Ben Alman set out to solve when he created Grunt.

How to Scrape Web Pages with Node.js and jQuery

How to Scrape Web Pages with Node.js and jQuery

Node.js is growing rapidly; one of the biggest reasons for this is thanks to the developers who create amazing tools that significantly improve productivity with Node. In this article, we will go through the basic installation of Express, a development framework, and creating a basic project with it.

Node.js Step by Step: Blogging Application
videos

Node.js Step by Step: Blogging Application

In the previous episode in this session, you were introduced to Node.js by creating a simple web server that displayed the obligatory “Hello world” text. Today, we’ll take our knowledge to the next level as we begin the implementation of our blog engine application.


This entry is part 2 of 2 in the Node.js: Step by Step Session