Category Software Development

Node.js Runtime Environment

Node.js is a runtime environment for the programming language JavaScript. It allows to run code within an OS, without the need of a browser. It is asynchronous and event-driven. It is mandatory to use an application like Node.js for back-end…

Electron Framework

Electron is a framework to build cross-platform desktop application using web technologies. The main web technologies for developing in Electron are HTML, CSS and JavaScript. It also uses Node.js framework extensively. It is a free and open source software (FOSS)…