Star (-) Watch (-)

Blog

Node.js Node is not a webserver. By itself it doesn't do anything. It doesn't work like Apache. There is no config file where you point it to you HTML files. If you want it to be a HTTP server, you have to write an HTTP server (with the help of its built-in libraries). Node.js is just another way to execute code on your computer. It is simply a JavaScript runtime. One of the great things about Node.js is that it has a built in HTTP server. This means you don't need Apache or nginx. This means serving a static site can be done in few lines of code.

Here I am going to describe about my experiences with Node.js and related technologies It will cover

  • Node.js
  • Express.js
  • Socket.io
  • Mongoose.js
  • Nodemailer