< Home - < Back

nodejs-express


Information about the package, nodejs-express, which is shipped with common Linux distributions. The nodejs-express package is designed for, Sinatra inspired web development framework for Node.js.


Package Name:

nodejs-express

Summary:

Sinatra inspired web development framework for Node.js

Description:

This Node.js module is a fast, minimalist web development framework inspired by Sinatra. The Express philosophy is to provide small, robust tooling for HTTP servers. Making it a great solution for single page applications, web sites, hybrids, or public HTTP APIs. Built on Connect you can use only what you need, and nothing more, applications can be as big or as small as you like, even a single file. Express does not force you to use any specific ORM or template engine. With support for over 14 template engines via Consolidate.js you can quickly craft your perfect framework.

Architecture:

noarch

Version:

3.5.2

Release:

2.el6

Size:

76 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for nodejs-express


Control the nodejs-express package with the following handy commands outlined below.


Command

Description of Command

yum install nodejs-express

This command will install nodejs-express on the server.

yum remove nodejs-express

This command will un-install nodejs-express on the server. When you run this command, you will be asked if you are sure that you want to remove nodejs-express, so you have to manually confirm that you want to do this.

yum -y remove nodejs-express

This command will un-install nodejs-express on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-express when using the -y flag.

yum update nodejs-express

This command will update nodejs-express to the latest version. When you run this command, you will be asked if you are sure that you want to remove nodejs-express, so you have to manually confirm that you want to do this.

yum -y update nodejs-express

This command will update nodejs-express to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-express when using the -y flag.

yum info nodejs-express

This command will show you core information about the nodejs-express package.

yum deplist nodejs-express

This command will show you the dependencies for nodejs-express. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update nodejs-express

This command will check if there is an update waiting on nodejs-express. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.