This DoS goes loop-di-loop
Preventing DoS attacks in your Node.js application
- Track: JavaScript devroom
- Room: D.javascript
- Day: Saturday
- Start: 12:00
- End: 12:30
- Video with Q&A: D.javascript
- Video only: D.javascript
- Chat: Join the conversation!
Node.js’ single-threaded nature makes it very susceptible to DOS attacks. While Node.js’ event loop allows performing some operations in an asynchronous fashion, it’s still quite easy to write a vulnerable Node.js application by making a few simple mistakes. In this talk I’ll cover some common ways a Node.js application may be vulnerable to DoS attacks and some common best-practices and counter measures to defend against such attacks.
Speakers
Allon Mureinik |