Sep 7, 2018 · 1 min read
…and I’m assuming you ran node connect.js inside your r_ml folder? This is needed if using R. Same goes with Python. If you want to use both R and Python you would need 3 services running; 1) python3 -m http.server 2) r_ml service (run node connect.js inside r_ml folder)and 3) python_ml service (run node connect.js inside python_ml folder)
