2

Since there is no equivalent of python numpy, pandas in javascript. Is there a way to use them with meteor. numpy will do the heavy engineering and scientific computations and meteor will do everything else that is required for an engineering/scientific web application.

Is this doable or just crazy thought.

1 Answer 1

3

Interesting question!

Yes it should be possible either with the truckload of npm modules out there, one might do scientific calculation, I know theres a couple with matlab & mathematica.

If you're used to numPy you could use could too! You have to build a custom package for meteor.

There is a good example of a meteor package using a NPM module at : https://github.com/avital/meteor-xml2js-npm-demo.

On good example is the python (the npm module) : https://npmjs.org/package/python. Which lets you run python code and let node talk to it. So you could do heavy computational stuff with numPy and have meteor run it/talk to/get the results as they are changing.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.