Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 2.24 KB

README.md

File metadata and controls

33 lines (19 loc) · 2.24 KB

Frontend App NuxtJS and pm2 spa mode with docker

enter image description here

Technology

  • NuxtJS, The Progressive Vue.js Framework
  • PM2, Daemon process manager that will help you manage and keep your application
  • Nginx, High Performance Load Balancer, Web Server, & Reverse Proxy
  • Npm, Complete build system
  • Docker, Container Technology for Easier and Uniform application development and deployment

Brief Description

NuxtJS

Nuxt.js makes it simple to create a universal application. A universal application is about preloading your application on a web server and sending rendered HTML as the response to the browser for every route in your app in order to improve SEO, make loading happen faster, along with many other benefits.

PM2

PM2 is a daemon process manager that will help you manage and keep your application online. Getting started with PM2 is straightforward, it is offered as a simple and intuitive CLI, installable via NPM.

Nginx

NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers.

Npm

npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. It is extremely configurable to support a wide variety of use cases. Most commonly, it is used to publish, discover, install, and develop node programs.

Docker

Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker’s methodologies for shipping, testing, and deploying code quickly, you can significantly reduce the delay between writing code and running it in production.