Node.js

How To Use SQLite with Node.js on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Use SQLite with Node.js on Ubuntu 22.04

In this tutorial, readers will use node-sqlite3 to create a connection with an SQLite database. Next, they’ll create a Node.js app that creates a table and insert data into the database. Finally, they’ll modify the app to use node-sqlite3 to retrieve, update, and delete data from the database.

Read more
How To Install Node.js on an Ubuntu 14.04 Server — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on an Ubuntu 14.04 Server

Node.js is a popular Javascript platform that can be used to build web applications quickly and easily. Node.js uses Javascript on both the front-end and back-end to create a more consistent experience for developers. In this guide, we’ll get you up and running with Node.js on an Ubuntu 14.04 server.

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
Создание приложения Node.js с помощью Docker — step-by-step Docker tutorial on Progressive Robot

Создание приложения Node.js с помощью Docker

Платформа Docker позволяет разработчикам упаковывать и запускать приложения как контейнеры. Контейнер — это изолированный процесс, выполняемый в общей операционной системе, и представляющий из себя облегченную альтернативу виртуальным машинам. Хотя…

Read more
CHAT