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 を初めて使用します。心配する必要があるオブジェクト サイズの制限は何ですか? ユーザーデータ処理用に最大 10MB (サーバー側に留まる) に達する User オブジェクトがあります。管理が必要な特別な問題はありますか?
それをセッターとゲッターに分割し、必要に応じて要求を満たすために promise を使用するのはどうでしょうか。一度にすべてのプロパティを使用していないと確信しています。