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.
我需要在服务器 node.js/socket.io 中为来自客户端的每个事件运行一些函数这是关于计算事件之间的平均时间,以便我可以检测垃圾邮件发送者。
有任何想法吗?在文档中我没有找到它。就像是:
socket.onAnyEvent( function() { //do things });
这是一个很好的线程:https ://github.com/LearnBoost/socket.io/issues/434特别是您可以扩展发射器。