Category Archives: Node.js

Node.js

First step with ionic framework.

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. This tutorial is based on Fedora 30 distro.

Let’s see the version for npm and nodejs:

Ionic Framework is the free, open source mobile UI toolkit for developing high-quality cross-platform apps for native iOS, Android, and the… Read More »

Create MacOS, Windows and Linux cross-platform applications with Electron packager.

I will use the example from my tutorial. Install electron-packager:

You need to add and modify the scripts below into your package.json:

You can create these folders: assets, icons, win, mac and png, see:

You need one icon file with this extension .png, .ico and .icns for each folder. You can find… Read More »

Build an Electron App with node.js .

In this tutorial, I will show you how to build an application with electron and node.js. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS and you can build cross-platform desktop applications free. The official website can be found here. Download node.js and install on your operating system.… Read More »

JavaScript – start with TypeScript .

About TypeScript is an open-source language and compiler that runs both in the browser  -through SystemJS and on NodeJS. Is developed by Microsoft, like an open-source language and compiler that runs both in the browser through SystemJS and on NodeJS. Now TypeScript compiles to clean, simple JavaScript code. You can runs on any browser, in… Read More »

Working with node.js and nodemon – part 001

Node.js is a platform for easily building fast, scalable network applications. Download the archive from here. Unarchive and you can use it.

The nodemon can be used during the development of a node.js based application. How? will watch the files in the directory that nodemon was started. Also, it will automatically restart your node… Read More »