Node.js

How To Build a "Hello World" Application with Koa — step-by-step DevOps tutorial on Progressive Robot

How To Build a “Hello World” Application with Koa

Koa is a web framework created by the team behind Express. It aims to be a modern and more minimalist version of Express. Some of its characteristics are its support and reliance on new JavaScript features such as generators and async/await. Koa also does not ship with any middleware though it can be extended using custom and existing plugins. By following this article, you will learn more about the Koa framework and build an app to get familiar with its functionality and philosophy.

Read more
Создание модуля Node.js — step-by-step Javascript tutorial on Progressive Robot

Создание модуля Node.js

Автор выбрал фонд Open Internet/Free Speech для получения пожертвования в рамках программы Write for DOnations. В Node.js модуль — это набор функций и объектов JavaScript, который могут…

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

How To Install Node.js on Debian 8

Node.js is a JavaScript platform for general-purpose programming that allows users to build network applications quickly. By leveraging JavaScript on both the front-end and the back-end, development can be more consistent and be designed within the same system. In this…

Read more
Установка Node.js в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка Node.js в Ubuntu 20.04

Node.js — это среда выполнения JavaScript для программирования на стороне сервера. Она позволяет разработчикам создавать масштабируемый серверный функционал с помощью JavaScript, языка, который многим уже знаком по веб-разработке под браузер. В этом…

Read more
How To Migrate a Docker Compose Workflow to Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Migrate a Docker Compose Workflow to Kubernetes

This tutorial will show you how to migrate your Docker Compose workflow to Kubernetes using kompose. You will start by creating a single-instance setup for a Node.js application with a MongoDB database on a Kubernetes cluster. You will then scale this setup to include multiple replicas of your application and database.

Read more
CHAT