Node.js Best Practices: Securing Your Applications
DRANK
これは、高品質な動画とそれを愛する人々が集う場所 Vimeo の「NodeSource」さんが配信する Node.js Best Practices: Securing Your Applications です。
1 comments
これは、高品質な動画とそれを愛する人々が集う場所 Vimeo の「NodeSource」さんが配信する Node.js Best Practices: Securing Your Applications です。
Node.js/Expressに限らない話も多々あり
・LTS使え
・DeprecatedなAPIを使うな
・Experimental feature使うな
・Bufferのコンストラクタ使わずBuffer.allocしろ
・直接80/443ポートにバインドするな、リバプロorLB使え
・パスワードにはcryptではなくbcryptを
・safe-regex
・hpp, csurf使え
"Node.js Best Practices: Securing Your Applications"