Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeJS Deployment lesson: remove adaptable.io #28826

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions nodeJS/express/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,29 +116,6 @@ Can deploy both servers and databases.

---

#### Adaptable.io

Can deploy servers with or without a database attached (cannot deploy standalone databases).

- Like Railway, has a convenient deployment process. You link to your project's GitHub repo.
- Free plan does not limit the number of applications you can deploy.
- Also has fixed and usage-based payment plans.

##### Adaptable.io: Free Plan

- No limits on the number of applications you can deploy on the free plan.
- Monthly performance allowance is more than sufficient for course/personal projects (approximately 25,000 API requests per month).
- Applications are put to sleep when inactive but wake up speed is quicker than Render.
- Requires a credit card.

##### Adaptable.io: Links

- [Adaptable.io homepage](https://adaptable.io/)
- [Adaptable.io documentation](https://adaptable.io/docs/what-is-adaptable)
- [Guide: Official getting started with deploying an Express app on Adaptable guide](https://adaptable.io/docs/app-guides/deploy-express-app)

---

#### Render

Can deploy both servers and databases.
Expand Down
Loading