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.
nodejs Web サーバーで 2 つの WebSocket 接続を比較する必要があります。オブジェクトが循環構造であるため、json.stringifyを使用することはできません。何をすべきか?
Underscore.js には、これを行う _.isEqual メソッドが含まれています。
var _ = require('underscore'); _.isEqual(obj1, obj2);
http://underscorejs.org/