Node.js, Product Engineering

Paypal Reccuring Payment Integration with Node.js

I recently have provided consultation in a Node js project where monthly subscription via PayPal was required and payments are to be made through Paypal, so for that, I used Billing Plan and Billing Agreement API's for PayPal. This blog will help you in how to implement the recurring payments via PayPal for monthly subscriptions. We will...

by Parveen Kumar
Tag: node.js development
14-Jul-2017

Node.js

How to Create a Addon in Nodejs

Writing your backend API in server side JavaScript is great, and we always do such kind of work using some predefined built-in library but if you want to use a function which is not feasible to use in Node.js or no module is available for that in node package manager but it is available in C/C++ libraries. So addons will help us to use...

by Mayank Tyagi
Tag: node.js development
21-Dec-2016

Node.js

Working with zip files in node.js

Large files can be really difficult to share and exchange. Most email service providers do not allow to share heavy files and most of the times we end up zipping them together for easy sharing. Zipping a file can be of great convenience for you and the end user both. Based on different use cases, In this blog, we will discuss how we...

by Sahil Chitkara
Tag: node.js development
29-Jan-2014