Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeropsio/recipe-analog-nodejs
Analog Node.js on Zerops
https://github.com/zeropsio/recipe-analog-nodejs
analogjs angular zerops zerops-recipe
Last synced: 25 days ago
JSON representation
Analog Node.js on Zerops
- Host: GitHub
- URL: https://github.com/zeropsio/recipe-analog-nodejs
- Owner: zeropsio
- Created: 2024-07-22T11:11:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T13:43:26.000Z (2 months ago)
- Last Synced: 2024-11-27T04:16:13.916Z (26 days ago)
- Topics: analogjs, angular, zerops, zerops-recipe
- Language: TypeScript
- Homepage:
- Size: 533 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zerops x Analog - Node.js
Analog is a fullstack meta-framework for building applications and websites with Angular. [Zerops](https://zerops.io) makes deploying and running Analog apps, both server side rendered and static, a breeze. This recipe showcases the Static version, see [zeropsio/recipe-analog-static](https://github.com/zeropsio/recipe-analog-static) for the Node.js version.
![analog](https://github.com/zeropsio/recipe-shared-assets/blob/main/covers/svg/cover-analog.svg)
## Deploy on Zerops
You can either click the deploy button to deploy directly on Zerops, or manually copy the [import yaml](https://github.com/zeropsio/recipe-analog-nodejs/blob/main/zerops-project-import.yml) to the import dialog in the Zerops app.
[![Deploy on Zerops](https://github.com/zeropsio/recipe-shared-assets/blob/main/deploy-button/green/deploy-button.svg)](https://app.zerops.io/recipe/analog-nodejs)
## Recipe features
- Latest version of **Analog** with SSR running on a **Zerops Node.js** service.
## Production vs. development
This recipe is ready for production as is, and will scale horizontally by adding more containers in case of high traffic surges. If you want to achieve the highest baseline reliability and resiliace, start with at least two containers (add `minContainers: 2` in recipe YAML in the `app` service section, or change the minimum containers in "Automatic Scaling configuration" section of service detail).
## Changes made over the default installation
If you want to modify your existing Analog app to efficiently run on Zerops, there are no changes needed in the codebase on top of the standard installation, just add [zerops.yml](https://github.com/zeropsio/recipe-analog-nodejs/blob/main/zerops.yml) to your repository.
Need help setting your project up? Join [Zerops Discord community](https://discord.com/invite/WDvCZ54).