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.
質問は、タイトルから推測できるように、MongoJS モジュールをロードせずに、MongoDB に接続して Node.JS を使用できるかどうかです。
アプリケーションを最大限に最小化したいので、外部モジュールをロードするとクライアントがロードされます。MongoJS の他の代替手段は何ですか?
それをラップするMongoJSモジュールを使用せずに、 mongodb-nativeドライバーを直接使用できます。
npm install mongodb
こちらのドキュメントを参照してください。