NetSuite's scripting API is all JavaScript, but it...
# general
e
NetSuite's scripting API is all JavaScript, but it's Rhino not
node
. You can connect to NetSuite via either the predefined SOAP API called "SuiteTalk", or you can build your own custom HTTP endpoints within NetSuite called "RESTlets". Your own
node
services would be able to connect to either of those