Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近开始使用 Sails.js 框架在节点 js 上开发应用程序。
我喜欢这个框架,我想使用集群模块,所以它更具可扩展性。
我该怎么办?我将不胜感激您对此提出的任何建议...
谢谢
这是有关使用sails.js 进行集群的一些信息
https://github.com/balderdashy/sails/issues/170
我想将一个变量传递给框架,但我得到了当前页面。
代码:
function redirect(e){ $('#frame').show(); document.getElementById('frame').contentWindow.document.location.href = "page.php?var="+X;