Building a Backdoor in Node.js with 50 Lines of Code
How attackers gain high-level access to a computer system and manage to steal personal & financial data with the help of a backdoor in Node.js using 50 lines of code. (more…)
Read more »Node.js just launched support (v8.8.1) for HTTP/2 as part of their core. In this post, we will create a simple HTTP/2 server to serve static files and then demonstrate some cool features like HTTP/2 PUSH. Read more