Node 7.6 Brings Default Async/Await Support

Node.js 7.6 has shipped with official support for async/await enabled by default and better performance on low-memory devices.
Read more

Similar

Extracting HTTP from PCAP in Node

Node is a wonder hacking platform and in this blog post I will show you how to quickly utilise the internal HTTP parser to extract HTTP sessions from PCAP files, which I am sure you already know is very useful in a wide range of scenarios - from hacking W... (more…)

Read more »