I would like to know which is the easiest way to send an array of values from JS to a Python Script and then, after some operations, send back from Python to JS the modified array and print it with console.log(array) to check the changes.
I am working with node js and my server in running on http://localhost:1234
Thank you in advance