JavaScript

How does the plugin for thermal printers work

A plugin for printing in thermal printers directly from browser

In this post I will introduce to you a plugin for printing tickets, receipts or invoices on a thermal printer using client-side JavaScript even if your web page or application is on a cloud server. This plugin allows you to print directly from browsers, without dialogs and without browsers compatibility issues because you only have

A plugin for printing in thermal printers directly from browser Read More »

How to install Node.js and NPM on Android using Termux app

In this post we will see how to install Node.Js and NPM (Node package manager) in Android. At the end we will be able to run Node.js applications as if we had a Linux server. We will also see how to install dependencies using the npm install command, since it is a possible thing in

How to install Node.js and NPM on Android using Termux app Read More »