Deploy to Tencent Cloud Serverless
mainFor better access within China, you can deploy to Tencent Cloud Serverless using the following steps:
- Fork the repository.
- In the Tencent Cloud Serverless console, create a new application as a Web Application using the Express framework.
- Select Code Repository as the upload method and authorize GitHub to select your fork.
- Set the Startup File to:
#!/bin/bash
export PORT=9000
/var/lang/node16/bin/node app.jsNote: Tencent Cloud Serverless is not free (though there is a free tier for the first three months) and will automatically associate a 'Log Service' topic which incurs costs.