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

Add private networking difference #632

Merged
merged 1 commit into from
Dec 12, 2024
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
6 changes: 6 additions & 0 deletions src/docs/maturity/compare-to-render.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ We offer a rewarding [kickback program](https://railway.com/open-source-kickback

Render has example templates on GitHub that you can deploy and no incentives for community templates.

### Private Networking

Render’s private network is regional. Services in different regions can’t communicate directly over a private network.

At Railway, private networking operates globally. This means services in different regions can communicate with each other privately without any barriers or extra configuration. Additionally, you have the flexibility to move services between regions effortlessly.

### Pricing

We believe in the principle of **pay only for what you use**. With Railway, you pay an affordable flat fee for the plan you choose, and additional costs are based solely on the resources (compute) you consume each month. In summary, a flexible pay-as-you-go model!
Expand Down
Loading