Python: share file between repl's
I'm making a mock, the problem is that can't access the same file from two different applications. App creates distributed local journals, that can be processed on device, but other app would be access to clean up and tune circular buffer of journals locally, and process data on master file.
Voters
Try sending it with an HTTP post request (you'll need some sort of library to proccess the request, like django).
(r"/(.*)", tornado.web.StaticFileHandler,
{"path": root, "default_filename": "index.html"})
], debug=True)