Giter VIP home page Giter VIP logo

express-node.js's Introduction

How to start a project with node.js and Express.js — For beginners

This article is completely for beginners. The questions mentioned below are the questions that you need to find out answers to before jumping into coding. Then you need to prepare your computer environment suitable for node.js.

What is Node.js ?
What is Express.js?

Node.js is a javascript runtime environment that has capabilities for server-side developments. It’s built on Chrome’s V8 engine. Node is asynchronous. That means it doesn’t block itself just for one request. It can handle multiple requests. As soon as Node starts it initiates all the variables and functions and waits for an event to occur.

Express.js is a node.js framework that provides awesome features to build web and mobile applications. We can use Express to build single-page multi pages or hybrid web applications. It has built on top of the node.js that helps to manage servers and routes.

Here, I’m listing down what are the major areas that I’m gonna cover in this article. First of all, you need to know some of the basic tasks that are very important when it comes to building a web application.

How to install a code editor. How to install Node.js on the computer. How to install an NPM package.

Install Node on your computer

Instaling Node on your computer is a piece of cake. You just need to visit the Node side and download the recommended version for most users. Then all you need is to click that downloaded .exe file and follow the simple installation process. You can check whether it is successful or not by typing node — version or node -v in the command prompt.

Install NPM packages on the project

www.npmjs.com host thousand of NPM packages for various objectives. There is a simple command for installing NPM packages. To install a any NPM package you need to type the below command in the cmd:

express-node.js's People

Contributors

tairou97 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.