Node.js

Cómo instalar Node.js en Debian 9 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Node.js en Debian 9

Node.js es una plataforma de JavaScript para programación general que permite a los usuarios crear aplicaciones de red de forma rápida. Al aprovechar JavaScript tanto en frontend como en backend, Node.js hace que el desarrollo sea más uniforme e…

Read more
Geddy.JS: A No-Brainer MVC Node.js Framework — step-by-step Javascript tutorial on Progressive Robot

Geddy.JS: A No-Brainer MVC Node.js Framework

Geddy is a full stack open source MVC framework based on ruby on rails methodology with built-in authentication module, passportjs and socket.io integration. Creating realtime secure applications in Geddy takes only a few commands; it gives a a very large set of generator commands which work through a command line interface , automating most of the non-trivial tasks such as creating models, controllers, views and even authentication or socket.io integration.

Read more
How To Build a Discord Bot with Node.js — step-by-step Javascript tutorial on Progressive Robot

How To Build a Discord Bot with Node.js

Discord is a chat application that allows millions of users across the globe to message and voice chat online in communities called guilds or servers. In this tutorial, you will build a Discord bot from scratch, using Node.js and the Discord.js library, which allows users to directly interact with the Discord API. You’ll set up a profile for a Discord bot, get authentication tokens for the bot, and program the bot with the ability to process commands, with arguments, from users.

Read more
Cómo crear un módulo Node.js — step-by-step Javascript tutorial on Progressive Robot

Cómo crear un módulo Node.js

El autor seleccionó a Open Internet/Free Speech Fund para recibir una donación como parte del programa Write for DOnations. En Node.js, un módulo es un conjunto de funciones y…

Read more
How To Install and Configure NATS on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure NATS on Ubuntu 16.04

NATS is an open source high performance messaging system, often described as “a central nervous system for the cloud”. In this tutorial you’ll configure gnats, the official NATS server and create a basic server overload warning system that sends out emails when server load gets too high, using `gnatsd` as its message broker.

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

Установка Node.js в CentOS 8

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

Read more
Cara Menginstal Node.js pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal Node.js pada Ubuntu 20.04

Dalam panduan ini, kami akan menunjukkan kepada Anda tiga cara berbeda menginstal Node.js pada server Ubuntu 20.04: menggunakan apt untuk menginstal paket nodejs dari repositori perangkat lunak asali Ubuntu, menggunakan apt dengan repositori perangkat lunak PPA alternatif untuk menginstal versi spesifik dari paket nodejs, dan menginstal Node Version Manager serta menggunakannya untuk menginstal dan mengelola berbagai versi Node.js

Read more
CHAT