Advertisement
  1. Code
  2. Web Development

Node.js Step by Step: Blogging Application

Scroll to top
Read Time: 1 min
This post is part of a series called Node.js: Step by Step.
Node.js Step by Step: Introduction
Node.js Infrastructure: Part 1

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.

During the course of this, episode we'll be adding our very first route and view. To do this, we'll learn a little more about Node's predilection for asynchronous behavior, and we'll also take a look at the File System ('fs') module for reading our first view into our application. By the end of this portion of our series, you'll have a little better understanding of Node and of one of its libraries that makes it possible to use Node for scripting.

Advertisement
Did you find this post useful?
Want a weekly email summary?
Subscribe below and we’ll send you a weekly email summary of all new Code tutorials. Never miss out on learning about the next big thing.
Advertisement
Looking for something to help kick start your next project?
Envato Market has a range of items for sale to help get you started.