ManthanHD

Findings, thoughts and observations from the eye of a Software Engineer.

  • Findings
  • Agile
  • Thoughts
  • Educational
  • Skills
  • Random

Month: August 2015

Up and running with Express (Express series 1)

31st August 2015 / Leave a Comment

For those who don’t know, Express is a web server framework that runs on Node.js. Basically, if you want to write a web application in node.js, express is one of your options. I prefer it because of its simplicity.

The quickest way to write an express application is to use the express npm module. If you haven’t got it, install it by executing:

Did you find this post useful? Spread the word!

  • Facebook
  • Twitter
  • LinkedIn
  • Reddit
  • WhatsApp
  • More
  • Email
  • Skype

Like this:

Like Loading...
Posted in: Educational Tagged: express, node, npm

Managing your executable Java project with Gradle

28th August 2015 / Leave a Comment