VicDid
VicDid

Reputation: 175

How can I use Node.js in Netsuite?

So I have been fiddling around with Netsuite and I want to know if it is possible to use Node.js or npm modules within a SuiteScript or Suitelet?

My goal is to use a few npm modules within Netsuite to interact with Amazon's MWS API.

Upvotes: 1

Views: 4632

Answers (1)

TonyH
TonyH

Reputation: 1181

No, it's a different Javascript engine. Rhino I believe.

You can use various JS libraries but Node modules are usually written with that engine in mind.

Upvotes: 5

Related Questions