简体   繁体   中英

I created a python script for my Firebase Cloud Messaging service, now how should I host this?

I created a python script to handle my Firebase Cloud Messaging service. What would be the best course of action in terms of trying to host it?

Extra Info: I've tested that it works but I need it to be running constantly, and not on my own PC.

Following are the options when it comes to hosting API's or functions.

try aws lambda you can choose to use it with api gateway or run it as a cronjob or what ever options you need

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM