Friday, 14 April 2017

Connect Python program with Node Js web application

I have a project requirement where I am going to use python's scikit machine learning library and develop a web application which uses the model generated using scikit. I don't want to completely build the whole application in Python, rather I want to use the python console application utilizing scikit for clustering/classification as a server and web-application on nodejs as a client. Where the web-application connects to the console app on some socket (If I am not wrong) and send in the data, then that console app runs and returns some response. I am not really sure how to go about this, or what is the correct way. Any help on how to start will be highly appreciable.

Thanks & Regards



via Vipul Mehra

No comments:

Post a Comment