EdgeProxy deployment with node tools

Not applicable

I have a node.js app, which internally uses library in the source code and node_modules

server.js

listen.js

--> lib

----> index.js

----->user.js

-----> action.js

What is the best way to deploy this node.js library onto Edge as a proxy with node.js code.

Few reference i was going through, need feedback on efficient way to deal with deployment.

https://github.com/apigee/streetcarts/wiki/Deploying-and-Running

i see that "apigeetools" npm module accepts a single .js file and wondering how i can leverage apigeetools for deploying projects with multiple dependencies.

0 1 126
1 REPLY 1

Not applicable

Try using the flag --upload-modules -U (optional) to upload those dependencies. This functionality is described here https://github.com/apigee/apigeetool-node.