标签: javascript meteor
当客户端连接到服务器时,meteor是否具有执行某项功能的功能?
答案 0 :(得分:1)
当新客户端连接时,您可以使用onConnection事件在服务器上运行代码。