Blessed: A high-level terminal interface library for Node.js

A high-level terminal interface library for node.js. – chjj/blessed… Read more

Similar

How to Compile Node.js Code Using Bytenode

In this post, I will show you how to “truly” compile Node.js (JavaScript) code to V8 Bytecode. This allows you to hide or protect your source code in a better way than obfuscation or other not-very-efficient tricks (like encrypting your code using a secre... (more…)

Read more »

How to Process Images in Node.js with Sharp

Digital image processing is a method of using a computer to analyze and manipulate images. This tutorial covers using the Node.js library sharp to read an image and extract its metadata, resize, change and compress its format, crop, grayscale, rotate,... (more…)

Read more »