Node.js

¿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 Build a GraphQL API with Prisma and Deploy to the cloud provider's App Platform — step-by-step DevOps tutorial on Progressive Robot

How To Build a GraphQL API with Prisma and Deploy to the cloud provider’s App Platform

In this tutorial, you’ll build a GraphQL API for a blogging application in JavaScript using Node.js. You will first use Apollo Server to build the GraphQL API backed by in-memory data structures. You will then deploy the API to the an app platform. Finally you will use Prisma to replace the in-memory storage and persist the data in a PostgreSQL database and deploy the application again.

Read more
How To Install Node.js on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on CentOS 8

In this guide, we will show you three different ways of getting Node.js installed on a CentOS 8 server: using `dnf` to install the `nodejs` package from CentOS’s default AppStream repository; installing `nvm`, the Node Version Manager, and using it to install and manage multiple versions of `node`; compiling and installing `node` from source.

Read more
Ubuntu 20.04にNode.jsをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にNode.jsをインストールする方法

このガイドでは、Ubuntu 20.04サーバーにNode.jsをインストールする3種類の方法を示します。 ひとつは、Ubuntuのデフォルトのソフトウェアリポジトリからaptを使用してnodejsパッケージをインストールする方法、次に、代替PPAソフトウェアリポジトリからaptを使用して指定したバージョンのnodejsパッケージをインストールする方法、最後に、Nodeバージョンマネージャーをインストールし、これを使って複数のバージョンのnodejsをインストール・管理する方法について説明します。

Read more
CHAT