This is a demo showing how simple it is to install and use MetaCall to call a python function from nodejs.
We first install MetaCall CLI.
Then install MetaCall npm module inside MetaCall.
We load the python function sum, and call it to demonstrate.
And finally we use it from nodejs, as is is shown in index.js