Node.js

How To Install the Etherpad Collaborative Web Editor on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Etherpad Collaborative Web Editor on Ubuntu 20.04

Etherpad is a web application that enables real-time collaborative text editing in the browser. It is written in Node.js and can use a variety of database engines to store data. In this tutorial we will install Etherpad on an Ubuntu 20.04 server, using an SQLite database. We’ll also use Nginx to reverse proxy the application, and Certbot to fetch and install Let’s Encrypt SSL certificates.

Read more
¿Cómo instalar Node.js en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo instalar Node.js en Ubuntu 16.04?

Node.js es una plataforma de programación en JavaScript de propósitos generales que permite a los usuarios hacer aplicaciones de red rápidamente. Mediante el aprovechamiento de Javascript tanto en el front-end como en el back-end, el desarrollo puede ser más consistente y ser…

Read more
How To Set Up a Node.js Application for Production on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Node.js Application for Production on Ubuntu 22.04

Node.js is an open-source JavaScript runtime environment for building server-side and networking applications. The platform runs on Linux, macOS, FreeBSD, and Windows. Though you can run Node.js applications at the command line, this tutorial will help you harden and deploy them in the background for a production configuration.

Read more
How To Debug Node.js with the Built-In Debugger and Chrome DevTools — step-by-step Javascript tutorial on Progressive Robot

How To Debug Node.js with the Built-In Debugger and Chrome DevTools

In this article, you will use a debugger to debug some sample Node.js applications. You will first debug code using the built-in Node.js debugger tool, setting up watchers and breakpoints so you can find the root cause of a bug. You will then use Google Chrome DevTools as a Graphical User Interface (GUI) alternative to the command line Node.js debugger.

Read more
CHAT