At DrupalCon Vienna, I presented a way to install a node package using composer to use inside a Drupal 8 site. It’s a great way to include a bit of decoupling into your project (and as you may know… (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. (more…)
Read more »
One line command and control backdoors for APIs and web applications. - Geeoon/asploit... (more…)
Read more »
Node.js runs on an event loop. It holds a queue of tasks to run, and runs them, one by one. New tasks appear on the queue while it runs… (more…)
Read more »
generate massive amounts of realistic fake data in Node.js and the browser - Marak/faker.js... (more…)
Read more »