Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online payments service with the best NodeJS library/wrapper [closed]

I am looking for an online payments solution like Chargify, Braintree or something else. The context is I am using NodeJS and for now just want to test how to work with online payments in development mode. So, main aspects for me is not how these services work in real-world apps, but more which of them has the most convenient connector library/wrapper written for NodeJS.

Please advise.

like image 312
Sergei Basharov Avatar asked Sep 02 '13 08:09

Sergei Basharov


People also ask

Does Google use node js?

Flash forward to today and Google is a Platinum member of the Node. js Foundation and has a board seat filled by Sarah Novotny, Head of Open Source Strategy, GCP, Google. Google has built a tighter relationship between the Node. js and the V8 JavaScript Engine (V8) communities and has several employees on the Node.

In which of the following areas node js is perfect to use?

Node. js is a very powerful JavaScript based framework/platform built on Google Chrome's JavaScript V8 Engine. It is used to delevop I/O intensive web applications like video streaming sites, single page applications and other web application. Node.


1 Answers

You can check the list of modules provided in Node's Github repository: https://github.com/joyent/node/wiki/Modules#wiki-payment-gateways , there you can find Braintree module and also paynode which supports multiple payment gateways.

like image 164
micnic Avatar answered Sep 30 '22 23:09

micnic