Relative Content

Tag Archive for pythonrsocketssocket.iorserve

Python platform similar to Rserve

I am looking for a platform to run python scripts on a server which has similar functionality to what Rserve package does in R. After exploring more I found that I can use reticulate package to convert the python scripts to R understandable code and push it to R using rserve via a socket. But I do not want to use reticulate and rserve packages, instead want something similar server which accepts request through sockets. I do not want to involve R in between I want a server which directly uses python and does all the data transfer through sockets.