Node.js - ?a different JavaScript

Node.js - a different JavaScript

JavaScript is one of the core technologies of World Wide Web. Almost every web browser support JavaScript without any plugins. JavaScript is a dynamic programming language, whose implementations make dynamic pages with the help of client-side scripts which basically interact with the user.

But I'm sure very few have heard that JS can be used as server side.

Well, in 2009 Ryan Dahl wrote a new javascript which could be used on the server side as well - Node.js. Its development and maintenance was led by Dahl and later sponsored by Joyent.

Node.js is written in C, C++ and yes, JavaScript!

It is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side.

Not to forget, Node.js is built on Chrome's V8 JavaScript engine, which makes it faster.

Few of the features of Node.js

  • Event-driven
  • Non-blocking I/O
  • Single threaded
  • Lightweight
  • Efficient

Node.js has set the new era in web development.

There are a lot of new stacks coming up with JS as front-end, like AngularJS, ReactJS, etc.

Having JavaScript both the ends (Front-end & Back-end) can increase the efficiency of the developers to understand the code better and build the robust Web Apps.

There are a lot of new frameworks with special features are coming up which are based on Node.js like:

  • Mean.js (Angular as Front-end)
  • Keystone.js (CMS)
  • Express.js (Web Application Framework)
  • Mern.js (React as Front-end)
  • Socket.io (Real-time bidirectional event-based communication)
  • Meteor.js (Reactive, real-time UIs & Web Apps)
  • Hapi.js (Rapidly building and testing APIs)
  • Koa.js (A callback-less, lightweight middleware framework)
  • Sails.js (MVC microframework that’s great for data-heavy enterprise-grade apps)

and the list goes on.

As you can see the Node.js is compatible with so many JavaScripts available which gives it the immense scope to grow and build itself.

One more important thing not to miss is, NPM (Node Package Manager) provides us with more than 99999 ready to use packages. All you need to do is just install it and include in your code and use the functionality which is already build to give expected output. Perhaps if you have created a new functionality you can upload the same on the NPM for the sake of our fellow developers.

Node.js provides us with inbuilt debug options like debug and inspector.

Hope you liked the content so far. I'll be back with some more stuff next time.

Stay Tuned! Happy Coding!

Surya M.

Experienced Full Stack developer || .Net || Angular || MSSQL

6 年

Nice one and Very helpful. Keep writing.

Rahul Patil

Director of Partner Alliance | Salesforce Startup Community

7 年

Superb article..looking forward to know more about future of AngularJS.

要查看或添加评论,请登录

Harshal Yeole的更多文章

  • API Versioning with Node.js

    API Versioning with Node.js

    When it comes to API implementation, one of the most important concepts to consider is API versioning. It comes in…

  • 5 Easy Steps to Publish Android Application

    5 Easy Steps to Publish Android Application

    It might not be that easy to develop and built Android Application, but it is very easy to upload the Android…

    2 条评论
  • Go Serverless with AWS

    Go Serverless with AWS

    Serverless, a term itself tells us the meaning behind it, meaning no servers. But if there are no servers available who…

    6 条评论
  • Smarter way of using MongoDB with Node.js - Mongoose

    Smarter way of using MongoDB with Node.js - Mongoose

    Mongoose has the tagline saying “elegant MongoDB object modeling for node.js” and they really mean it.

  • 5 Most Useful MongoDB Tools

    5 Most Useful MongoDB Tools

    As we all know, MongoDB is the Hulk if we call NoSQL as Avengers team. If we talk about NoSQL and MongoDB, this blog…

    6 条评论
  • Using ES6 with BABEL in Node.js

    Using ES6 with BABEL in Node.js

    Before getting started, let me clear Node.js provides support for almost all the ES6 features since Node.

    1 条评论
  • The Internet of Things on AWS

    The Internet of Things on AWS

    IoT, what is IoT? IoT is the Internet of Things. We all have heard about IoT but has anyone heard of Kevin Ashton?…

社区洞察

其他会员也浏览了