TorrentFlix is a Node application, built with WebTorrent, Express, jQuery, FFmpeg, and some other technologies. It’s completely open source, licensed under the GNU Public License version 3. ...
Read more »
A very important aspect of security lies in reducing the attack surface something that you'd like to keep safe. In this article, we will look a how we can build a secure Node.js development environment via docker containers. (more…)
Read more »
This is a story of a bug I had an opportunity to fix in the ancient times of node.js 0.10. The new and shiny node.js 0.12 was still just glimmering somewhere on the horizon, we were still young and beautiful. Some of us, at least.
Read more »
If your encryption method produces the same encrypted result given the same original text input, your encryption is broken. Yet this is what I see in most other examples around the web on how to do encryption in Node.js. Strong encryption should always p...
Read more »