M
M
matveyvarg2015-10-02 17:08:17
Web development
matveyvarg, 2015-10-02 17:08:17

How to get the result of script execution?

There is a python script, which is a couple and one site. It outputs the results to a json file. I need to display these results on a website. Tried pure jQuery and Angular. The console gives errors, of course, if you run chrome with access to local files, then everything works. What is the way to display these results without using chrome launch with parameters?
PS It is possible to send this json to the server after the request, using let's say flask, but again, how to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
EvgeniyKonstantinov, 2015-10-02
@EvgeniyKonstantinov

Rewrite the received json to a file in a folder accessible via the web server and access the file by url.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question