So automatisieren Sie die Produktionsbereitstellung von Node.js mit Shipit unter CentOS 7
Der Autor wählte die Electronic Frontier Foundation, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten.
Der Autor wählte die Electronic Frontier Foundation, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten.
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.
O autor selecionou a Diversity in Tech Fund para receber uma doação como parte do programa Write for DOnations. O Prisma é um conjunto de ferramentas para banco de…
Автор выбрал фонд Open Internet/Free Speech для получения пожертвования в рамках программы Write for DOnations. В Node.js модуль — это набор функций и объектов JavaScript, который могут…
Learn the basics of containers and Kubernetes. You will leave this talk with the ability to deploy performant and scalable Node.js applications on Kubernetes.
In this tutorial we will install Recess on a VPS running Ubuntu 12.04. You should already have your own virtual private server, as well as Node.js and NPM (Node Packaged Modules) installed.
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…
Node.js — это среда выполнения JavaScript для программирования на стороне сервера. Она позволяет разработчикам создавать масштабируемый серверный функционал с помощью JavaScript, языка, который многим уже знаком по веб-разработке под браузер. В этом…
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.
Existem várias maneiras de melhorar a flexibilidade e segurança do seu aplicativo Node.js. O uso de um proxy reverso como o Nginx…