Hello :) My task is to write a web framework for a Python program with some massive calculations, which are desired to be executed at proper server and the result should be sent to the browser after it's calculated. My question is - is Django the right framework for that purpose? I tried to find out where Django executes scripts, but I haven't found any satisfying answer, so I hope that I would find one here.

Thank you for any attention.

有帮助吗?

解决方案

django is a server side application

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top