How Michelin runs the Better Motion loyalty program with Voucherify?
0
Days
0
Hours
0
Minutes
0
Seconds
Show me how
2022-10-19 5:00 pm
arrow pointing left
go to TECH
Technology
Node.js – The Developer’s Swiss Army Knife
Mike Sedzielewski
Mike Sedzielewski
March 28, 2017
Share it on Twitter
Share it on Facebook
Share it on LinkedIn
Share it on Twitter
Share it on Facebook
Share it on LinkedIn

Node.js – The Developer’s Swiss Army Knife

Today, eight years after it was created, the popularity of Node.js is blooming. It’s gone through the Java-community critique, grown a number of big corp early adopters and even made it into space. In this post, I’d like to share with you two things about this phenomenon. Firstly, just how substantial the Node.js growth we’re seeing  is and secondly, how new and noteworthy companies use it to support their business.

Node.js and JavaScript

A part of Node’s fame comes from the outburst of JavaScript popularity. The recent Stack Overflow (a Q&A portal for programmers) survey shows that JavaScript is the most popular programming language according to 64,000 programmers. JavaScript has got to the top mainly because it’s a native technology for the web and the web is eating the world right now. But JavaScript has also become the leading technology elsewhere. Surprisingly, JavaScript tops not only web development, it has also conquered Desktop, Devops, and even Data Engineering too. These charts speak for themselves:

Anyway, the conclusion is that knowing JavaScript, there’s apparently a great chance you will use it in different areas of software development. Moreover, I think that having the same programming language across different projects in an organization is also one way to increase developer productivity.

Let’s come back to data. The Stack Overflow survey confirms what GitHub statistics have already shown – JavaScript beats Java, Python or PHP when it comes to number of actively developed projects on the GitHub platform. It’s worth noting that this is not a yesterday’s fad, this is a trend that has kept showing up for a couple of years already.

Finally, RedMonk, a software consultancy group, has been analyzing software trends since 2010. Last week, they put together an informative chart showing how StackOverflow and GitHub data relate to each other. If JavaScript is a clear winner in both, then this shouldn’t surprise you:

We have to admit it though, part of the JavaScript spike can, in turn, be attributed to Node’s growth. I guess these growths are interwoven somehow, but nobody can really tell the precise correlation here.

Node.js and tooling

The wave of JavaScript popularity has brought dozens of helpful tools and frameworks. Their goal is to increase developer productivity and eventually reduce time to market. In 2016, the Node.js dev workshop has been equipped with a couple of new and interesting tools:

  • FogCreek, a long-standing software company from New York known for building Trello, has launched Glitch. This small yet powerful tool allows rapid Node.js prototyping for developers. The coolest thing about Glitch is that you can code and run and host a full-fledged web application using only your browser! On top of that, two or more developers can collaborate on the project real-time (like in Google Docs). This feature is useful for new developers onboarding even if they work remotely. Finally, when your MVP app or microservice skeleton is ready to crystalize, you can export it to GitHub and continue the work in a standard, day to day environment.  
  • Zeit’s flagship product, Now, wants to short short-circuit the cloud deployment process. Now allows you to host JavaScript websites, applications, and services in the cloud without the complicated cloud provider setup. They take care of source control and application scalability. To make your application run, all you have to do is run a single line of code. How cool is that?
  • Finally, Facebook released a new package manager called Yarn. Its main task is to make accessing JavaScript libraries faster and more secure. Developers around the world have received it well. Even Rails (one of the most popular non-javascript web technologies) has incorporated Yarn into their framework.

As you can see, massive players, software legends, and freshman have all embraced the JavaScript and Node.js world and they continue to commit to it by releasing open source developer tools. But this is just the tip of the iceberg. Literally every day, the community releases dozens of helpful tools. And according to the research we’ve seen above, the JavaScript bandwagon is not going to slow down anytime soon.

Better tooling translates into the growing number of qualified developers. They love new technologies that make them more productive and it’s the increased supply of JavaScript (and Node.js in particular) devs which attracted early majority companies to this technology.

Now, let me present five fast-growing companies who successfully use Node.js in their business.

Node.js in social – Jodel

The Jodel app allows communities to show what's happening in their area in real-time. They started as a campus-centered app, but the geolocated tweet quickly became popular and emerged from the universities. Now, over 5 million people have downloaded the app and the “jodelling” can be heard in 12 countries.

Handling thousands of users and moderating hundreds of locations every day is a key challenge for the Jodel team. Fortunately, Node.js is built for exactly that. With Node.js scalability features, Jodel can consume and broadcast millions of messages every month without spending a ton on infrastructure. Speaking of infrastructure, to streamline application deployment the Jodel team uses Fightplan.js, one of those open source developer tools created and maintained by the very same community we mentioned earlier.

There’s more to it, of course. Using dozens of Node.js libraries and tools to scale their platform, Jodel became a genuine Node.js power user. It certainly wasn’t a goal in itself – the goal was to make millions of people happy about the app’s performance. And it wouldn’t be possible without Node and the community.

Node.js in education – meinUnterricht.de

k.lab, a Berlin-based edtech company, is the leader in the German teaching aids market. Started in 2011, they rolled-out their web platform – meinUnterricht.de – to most of the k-12 teachers in the country. Together with major publishers, k.lab converts traditional, paper-based materials into their digital and interactive counterparts. As if this wasn’t enough, the portal offers tons of quality educational videos too. The platform is used by thousands of teachers who visit meinUnterricht.de to browse its massive set of teaching content every day.

To process and deliver this number of documents, k.lab chose Node.js. The primary use case of their Node-based platform is to keep content workflow alive. This includes: copyrights processing, optimizing content for multiple devices, uploading it to the cloud and finally handling users’ downloads. Also, k.lab uses the Node-based web server, express.js, to run the meinUnterricht website. Its role is to provide teachers with content according to their subscription plan.

Such a complex application needs to talk to large numbers of 3rd party tools like search engines or subscription platforms. Fortunately, connecting Node to other services is easy because vendors gladly provide plugins for one of the most popular technologies.

Node.js in ecommerce – Grover

Two years ago, Michael Cassau, the founder of Grover, went on a journey to revolutionize the way we buy electronics. His platform enables you to rent a device. You hear me right. You can rent the newest iPhone or drone, pay for it as you go, and return it if you don’t need it anymore.

Although the business sounds simple, it’s not. It requires exchanging information between different systems like CRM, marketing automation, customer verification, stock management, shipping, reporting, and more. Nowadays, e-commerce services use REST APIs and JSON as the primary format for data exchange. Because JSON (JavaScript Object Notation) is a native format for Node.js, it handles all the data processing seamlessly for Grover.

You can see that even the top CRM and e-commerce players, like Salesforce or MailChimp, support Node.js integration with dedicated software development kits. And this allows you to glue different systems to build a turnkey solution much faster.

Node.js in big data & image processing – ShareIQ

As you can see in the Stack Overflow survey, JavaScript also leads the Data Engineering category. ShareIQ is a good example of how JS has made it to the top there. Their mission is to give marketers full control of their visual marketing investment. How do they achieve that?

ShareIQ developed unique technology to recognize brand property in images scattered all over the Internet. They crawl and analyze millions of websites to learn how the marketing assets of their clients are used. The main goal of this analysis is to find influencers and reduce fraud.

Crawling, processing, and creating insights out of billions of images requires ultimate performance. The ShareIQ team has proven that Node.js is once again a perfect fit for such a use case.

Node.js in APIs – Voucherify

When reviewing the Grover case, we mentioned that their platforms talks to several marketing automation tools. Voucherify is one of them. The team behind Voucherify wants to empower marketing teams with a promotional infrastructure which so far was reserved only to massive e-commerce players. They do this by providing the dashboard and REST API to help you build and automate coupon, gift card, loyalty and referral campaigns.

There are two challenges here. The first one is to map and automate the coupon lifecycle. This consists of generating unique codes, distributing them through various marketing channels like email or SMS, accepting redemptions from multiple customer touchpoints online and offline, and finally calculating the return on investment. The scale brings the second one. When you process millions of codes, you’d better have a performant system. Otherwise, the end customers will soon get disappointed when their codes don’t work at the checkout.

Voucherify uses Node.js, because Node.js, as we’ve learned from the previous sections, helps with both issues.

Summary

The cases I have put together show that Node.js can be used successfully in a number of different business domains. But what is it that makes me think these companies really are happy about Node.js? Well, Jodel, k.lab, Grover, ShareIQ, and Voucherify all happen to be our clients and we’ve seen how they go about all this behind the scenes.

Looking for Node.js experts? Contact us

{{CTA}}

Interested in working at Voucherify?

See offers

{{ENDCTA}}

Share it on Twitter
Share it on Facebook
Share it on LinkedIn

Join our newsletter

By registering, you confirm you have read and agree to the Subscription Agreement, and to the storing and processing of your personal data by Voucherify as described in the Privacy Policy.
Before you send us your data, you must become acquainted with the Privacy Policy where you will find information on the personal data controller, your rights and our obligations, the purpose for which your data are processed and any other information which relates to the protection and security of your personal data.
Thank you for subscribing to our newsletter!
Something went wrong while submitting the form.
Close

We’re constantly growing

and we need your help!