In 2009, Node.js started a successful revolution of shifting JavaScript to the back-end. Today, this JS runtime environment tempts startups and sustainable businesses to build their digital products with it. Some of these Node.js app examples are commonly known, while others are underdogs still striving to reach a global user base.
Types of apps that can be built with Node.js
Before we get to the main course, let’s learn what a typical Node.js application looks like. The technology is known for the capability to process multiple concurrent events in a single thread. That characteristic is crucial for projects associated with data-heavy workloads. At the same time, apps that require CPU-intensive tasks are beyond Node.js’ scope that we’ve already learned when compared Python vs. Ruby vs. Node.js. Having weighed all the benefits and downsides of the JS runtime environment, we get a set of particular applications best approached with Node.
Single-page applications
Today, you may encounter single-page applications (SPAs) in the form of different text or drawing tools, mail/networking solutions, etc. This type of apps can benefit from Node’s asynchronous data flow. It features a seamless data update due to the event loop. As a result, the page receives new data without the need to refresh. LinkedIn is a good example of a SPA created with Node.js.Real-time applications
Versatile PM solutions, collaborative services, video conferencing, document sharing, and online communication (chats) tools are good places to implement real-time applications (RTAs). This type of app has numerous users that perform heavy I/O operations. The risk of overloading the server is extremely high. However, Node makes the collaboration environment update seamlessly due to Event API and WebSockets. Trello is an example of a Node.js application where real-time collaboration pattern is implemented.Internet of Things
The typical structure of an IoT system has data transfer in the direction device-server-app where the last element processes and shows data to users. The server is often an MQTT broker, which acts as an intermediary for messages between devices. And the number of such devices can be immense. Node.js allows you to handle an ocean of concurrent requests sent by myriads of devices. The already mentioned attributes of the technology (asynchronous processing and event-driven architecture) allow the runtime environment to function as an app layer between databases and devices. As an example, we can take Monet, an IoT Energy Management Platform based on MongoDB, which has leveraged the benefits of Node.js for several years.Streaming apps
Node’s native Stream API is the reason why technology is a perfect choice for building streaming applications. The technology enables you to transmit parts of the code without closing the connection if other components are required to download. No caching or temporary data is attached. Node provides an open connection for the app data streaming.Read more about what you can create with Node in our blog post What is Node.js used for.Best Node.js projects
Your idea of the technology will be even clearer if you learn its practical implementation. Its wide popularity means there is a tremendous number of examples. Hence, we’ve decided to split our selection of the best Node.js apps into two categories. The first one, Trendsetters, contains names everyone is familiar with. The second one, Underdogs, introduces little-known or even unknown applications, which can win the place in the first category.Trendsetters
American Express
We used to believe that startups have exclusive rights for using contemporary technologies including Node.js. However, American Express is doing its best to overturn this statement and prove it keeps pace with the times. This financial services corporation aims at progressive application space by adopting best practices on the web as well. One of them is to have Node.js on the backend. Cool to know that this profitable mature enterprise looks towards optimizing its web app performance using advanced technology.Groupon
Groupon is an American e-commerce marketplace that started out on Ruby on Rails. Later on, the company’s tech stack supplemented PHP and Java for South America and Europe correspondingly. At one point, Groupon realized that their huge growth rate requires a more scalable and flexible technology to satisfy their needs. Node.js was a perfect choice for many reasons, but the core one was to dismantle the monolithic app. This re-architecture contributed to the rise of Node.js as a tech stack in the enterprise world.Twitter Lite
It is a Progressive Web App designed to push Twitter functionality on slow mobile networks like 2G. To make it happen, the team had to rewrite almost everything including the backend part, which was rebuilt on Node.js. They managed to achieve the expected goals and were impressed with the superb development speed offered by the JS runtime environment. The success of using this tech stack laid the foundation for the further implementation of Node.js benefits on Twitter projects.GoDaddy
This American publicly traded Internet domain registrar has had an eclectic tech stack for a long time. In 2013, the GoDaddy team undertook the transition from a monolithic architecture to microservices. They revamped the entire backend to be a fully open-source Node.js-based infrastructure. This step allowed them to improve performance significantly (over 4x) and reduce costs more than 10x. Today, GoDaddy continues to leverage Node.js and JavaScript as important elements of their products.Netflix
The number of subscribers to this video streaming platform has exceeded 130 million. Performance issues induced the company to employ Node.js in key areas including JS payload impact reduction, server/client rendering, and universal JS. As a result, the load time decreased by 70%. Along with Node, Netflix leveraged ReactJS to achieve the app’s flexibility to render the same output regardless of the rendering location. Node.js managed to ensure the necessary performance for the world’s leading provider of streaming media.Uber
Another Node.js web application is a prominent transportation startup. Every day, Uber handles over 15 million trips. Accordingly, the app’s performance is the first-priority thing. Node.js plays an essential role in building the Uber’s dispatch system, as well as user interfacing APIs. The JS runtime environment along with Python was the primary tech stack used at the company. Uber was attracted to Node’s capability to deploy/change code without interrupting any processes, as well as its microservices architecture pattern.eBay
This trading platform does not require any introduction. Moreover, eBay is one of the most famous Node.js usage examples. The technology came in handy when the app needed some renovation in terms of real-time responsiveness. Microservices architecture was another cachet to opt for Node since the company needed a solution to handle numerous specific services. Now, eBay aims to expand the technology’s footprint in different related projects and services.- 20x increase in performance
- universal language for client and server sides
- 10x reduction of server number.
Trello
Many software development companies including Railsware leverage this Node.js web app. Trello is a PM tool designed to serve 100 million users. It means the server side deals with a plethora of open connections. On that account, Node is a good fit for the company’s needs providing an event-driven non-blocking server. Prototyping is another benefit of the technology, which was highly appraised by the Trello team. Along with Node.js, the server side of the project management tool uses MongoDB, Redis, and HAProxy.Underdogs
In this context, an underdog denotes an ambitious challenger that deserves a place among cool Node.js projects. Perhaps, over time, one of the following names will make into the list above.RightArm – Crowdfunding (Kickstarter-like)
RightArm is a fintech startup represented by a crowdfunding platform for citizens of India and Singapore. At this web application, people can give and receive versatile resources including skills, money, materials, goods, goodwill, etc. RightArm provides a simple structure to manage tasks and projects. Collaboration between parties can be both paid and free. Node.js was leveraged for this project as a part of the software bundle called MEAN stack (MongoDB + Express.js + Angular + Node.js). The specific requirements of this web app (huge traffic and complex relation between users) were the perfect environment to fulfill the potential of Node.js.Admission Desk – Education (Coursera-like)
Admission Desk is an RTA created for students and people striving for learning. Here one can find versatile experimental education options, courses, colleges, and other educational information. If the search is successful, the application procedure can be done right off the bat. Students can apply for courses online, and colleges can accept/reject student’s applications. As for the web development, Node.js was leveraged together with technologies such as Angular, Express.js, PhoneGap (for mobile versions), and others.CuePath Innovation – Healthcare (Pill & Med Reminder-like)
Now, we come to a healthcare Node.js app example. CuePath Innovation is an IoT project offering tools to track medication usage. The project covers three elements for various parties:- Relatives of a patient get a progressive web application to control medication intake
- Pharmacists get a web app to shape medication usage schedules
- System owners get another web app to control the entire process