Can I deploy a redwood application on my own server?
The speed of Netlify, Vercel, AWS-Serverless, Google Cloud are slow in my country (China).
1 Like
It’s a fairly new capability but there’s a thread with discussion around deploying Redwood with PM2.
1 Like
What cloud service providers do you have in China? Maybe you could get Redwood running on one of those?
As far as AWS/GCP scale provider’s Alibaba and Tencent would probably be the equivalents. For serverless functions Alibaba has Function Compute and Tencent has Serverless Cloud Function.
Alibaba and Tencent only support the very old Node.js version. I don’t want to use them.
Alibaba: “Node.js 6, Node.js 8, and Node.js 10 are supported.”
Tencent: “At present, the following languages are supported: Python 2.7 & 3.6, Node.js 6.10 and Java 8.”