Is there an Android IAB (in-app billing) signature authentication library implemented in node.js?

The server implemented node.js, so I want to execute IAB on the server instance. But I can not find the IAB library for node.js.

So just port Java to Javascript?

+4
source share
1 answer

I make a simple express library base, this library port php to javascript.

attach the link below

https://github.com/nothing2lose/node-InAppBilling

+2
source

All Articles