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.
我是彗星编程的新手。每当有任何更新以及来自客户端的其他通知时,我都需要从服务器获取数据。
我需要使用 JS 或 PHP 实现彗星编程。我想知道它是否会有性能问题和可扩展性。我想获得一些有助于我实现这一目标的信息。
对于彗星编程,您可以使用node.js您也可以使用 meteor。服务器端 javascript 可以使用 node.js 运行,meteor 在服务器端的 Node.js 容器中运行。