要有效地使用 proteus,我需要在 node.js 环境中托管文件还是 php 就可以正常工作?
To use proteus effectively do i need to host file in node.js environment or php just works fine?
On github proteus says to test proteus locally install node.js . I
know it sounds a quite dumb question but i am just curios but it . and
i am asking this question because i have observed performance
difference when i test proteus locally when files are hosted on
node.js and on live server with php environment . with node.js
rendering is super fast but thats not the case with php. i am not
backend developer so i dont have much idea about it please correct me
if i am wrong .
在 GitHub 存储库中,node.js 仅用于演示。您可以使用 任何适合您需要的后端。
观察到的性能 可能 是因为您没有考虑实时 PHP 服务器的网络传输时间。您没有在 node.js 服务器上观察到它,因为它是 运行 在您机器上的本地。因此,传输时间非常短。
如果两者都 运行 在您的机器本地,并且您仍然观察到性能差异,那么您是对的,node js 中的异步 IO 是它为您提供更好网络性能的原因。
我建议您在 Android 应用程序中缓存您的布局以使后续加载更快。
On github proteus says to test proteus locally install node.js . I know it sounds a quite dumb question but i am just curios but it . and i am asking this question because i have observed performance difference when i test proteus locally when files are hosted on node.js and on live server with php environment . with node.js rendering is super fast but thats not the case with php. i am not backend developer so i dont have much idea about it please correct me if i am wrong .
在 GitHub 存储库中,node.js 仅用于演示。您可以使用 任何适合您需要的后端。
观察到的性能 可能 是因为您没有考虑实时 PHP 服务器的网络传输时间。您没有在 node.js 服务器上观察到它,因为它是 运行 在您机器上的本地。因此,传输时间非常短。
如果两者都 运行 在您的机器本地,并且您仍然观察到性能差异,那么您是对的,node js 中的异步 IO 是它为您提供更好网络性能的原因。
我建议您在 Android 应用程序中缓存您的布局以使后续加载更快。