I'm trying to build a simple web app using Angular JS, and would like to use functions from the Node.JS scipy module. I'm a bit confused to how I would do this?
I've tried setting up a web server using Node, Express and SocketIO, but I'm not sure where I should be initialising the scipy module, and how do I use its function inside my app.js file for AngularJS.
I'm just a bit confused in general as to how one can use the different node modules in any web app using something like Angular JS. Ideally, I'd like to use the simplest and fastest way, so I can prototype different applications quickly.