Express_example

screenshot of Express_example
express

An example node.js app using express

Overview

The Example Express Application is designed to serve as a companion to the tutorial "Creating a basic site with node.js and Express." Hosted on Heroku, this application showcases the process of setting up an Express 3.x.x app and deploying it to Heroku. For those interested in continuous deployment, there is also additional information provided on deploying Node.js applications using GitHub, Travis, and Heroku.

Features

  • Companion Tutorial: Developed to accompany the article "Creating a basic site with node.js and Express."
  • Express 3.x.x Support: Demonstrates setting up an Express app using version 3.x.x.
  • Heroku Hosting: The site is hosted on Heroku.
  • Continuous Deployment Guide: Information on deploying Node.js applications through GitHub, Travis, and Heroku.

Summary

The Example Express Application offers a practical demonstration of setting up an Express app and deploying it to Heroku. It serves as a useful resource for those looking to understand the process of building a basic site with node.js and Express. Additionally, the guide on continuous deployment provides valuable insights for developers keen on automating their deployment workflows.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.