5 Node JS Examples


When Node.js first made its entry into the technology world, it was just thought of as a hipster technology. It was launched as an open source server side Javascript environment based technology on the V8 JS engine, and found in Google Chrome.

More and more companies began to adopt this technology, and eventually, it became the first choice for many companies, including for many of these high traffic, high profile production projects. This open source server framework is perfect for web applications requiring chat engine or team collaboration.

Here are some reasons why developers prefer using this JS runtime Environment:

  • It’s amazingly fast – As the framework uses JavaScript in the backend, developers can easily understand how quickly the codes execute. As it runs on the V8 engine, they can compile the JS directly into the machine code, as well. This makes it fast.
  • It can scale well – The framework lets you build APIs. It also lets you handle lots of I/O driven requests.
  • Space and freedom – Node.js is totally unopinionated, and it gives you the freedom and space to do according to your wish. It doesn’t impose any restrictions, and is installed as a bare minimum so you can manipulate it according to requirement.
  • Real time web apps – The framework is equipped with an event-driven architecture. This is why you can create chat applications within your app, and also the reason why it is good for creating gaming apps. When both the server-side and client-side scripts are written in JS, everything goes smoothly, and there is total synchronisation.
  • It’s very easy to learn, of course – As Javascript is a universal language, nearly every developer is familiar with its working. It also lets you switch to Node.js with less effort. Even a junior Javascript programmer can find find his way about easily.

The popular frameworks

Node.js really shines in the department of full-stack frameworks. These MVC frameworks are bundled with persistence libraries, scaffolding, web socket, template engine and a lot more to help you build real-time scalable web apps.

Here are some of the most noted ones.

  • Express.js – This is a really important framework of Node.js, because it was this framework that took the development framework to the next level.
  • Hapi.js – The solution for developers when they want to build meaningful and high quality applications. It’s very stable and secure and perfect for deploying applications correctly.
  • Mojito.js – A remarkable framework that you would want when you are developing high performance & standard cross-platform app. It can run on both server side and client side application.
  • Meteor Node.js – If your aim is to create and develop web and mobile applications, especially real-time apps for your clients, this would be a good choice.
  • Socket.io – This is a framework where you can create real time web applications and allows event-driven interaction between a browser and node.js.

The Examples

1) Trello

Tello is a famous collaboration tool that you can use to organise your project into various boards so people situated in different parts of the globe can be a part of it. It will let all the team members participate in a project, even if they are not physically present at the office. Changes made in Trello will reach people listening in at the appropriate channels.

The company uses a modified version of Socket. io client and server libraries and makes it possible to keep several thousands of open Web Sockets on their servers, thereby saving memory and cost (in terms of CPU usage). When a member makes changes to the project, this would be reflected on to the server processes and then propagated to the browser you are using. All this is usually done within seconds and with very minimal latency.

2) Walmart

Websites like Walmart, the huge, American multinational retail co-operation uses Hapi.js for maintaining its website. The company’s investment in the framework has been a very expensive move as it is open source, but they do have their reasons for using this. They wanted a framework that enables developers to concentrate on writing reusable application logic so they don’t have to spend time building infrastructure.

They preferred a solution that would help them improve their codes to suit their requirements. It is also helpful when you need a whole community of developers for the upkeep of the code, and this will remove the burden from the developers who actually wrote the code. Paypal also uses this framework.

3) MySpace


MySpace is a social networking website that lets users create webpages to interact with other users. A lot of social data goes through this website everyday.

With its features like content negotiation, dynamic view helpers, application level view options, environment based configuration, robust routing. This framework has already scaled new heights, making it an obvious choice for MySpace. The website has already become a complex site where people can share music, book tickets for shows or movies, and a lot more.

4) Uber

Uber, the ride sharing platform was a huge success right from the beginning. As you know, the company depends heavily on the functionality of its website because their goal was to make transportation available to everyone, everywhere.

The incredible matching system that Uber has built, runs on this framework environment. Being an open source server side technology, there is no wonder why it has been able to keep up with the changing demands in the blink of an eye.

5) Microsoft

Another big name in the tech industry, Microsoft is using this development framework, and offers direct integrations into Azure. Microsoft has been so pleased with Node.js that the company has decided to built it’s own version, powering it with Edge Javascript engine, instead of V8.

Closing thoughts

Node.js is fast becoming one of the most popularly chosen languages for web application development, and many medium-to- big sized companies are already using it successfully.

The scalability feature of the framework provides a non-blocking I/O API, and this helps in the application’s throughput as well. Commands executed in parallel, Event Loop, synchronous and intensive operations add to innate capabilities of this runtime environment.

Interesting Articles:
Node JS and its usage.
Applications of Node JS

Flickr.com / Outsider.ne.kr / Marcus


The author: Reema Oamkumar is engaged as a thought leader at www.Software-Developer-India.com which is a part of the YUHIRO Group. YUHIRO is a German-Indian enterprise which provides programmers to IT companies, agencies and IT departments.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.