Re: How to make an application run "online"

2019-04-09 Thread Chris Angelico
On Wed, Apr 10, 2019 at 4:31 AM Daniel Tkach wrote: > > Hey Chris, thank you! So by this I found https://www.pythonanywhere.com, and > I'm checking it out! > Good points about the "polling", I thought I could do it that way but I > didn't know the term. I think every 30 minutes will be fine, but

Re: How to make an application run "online"

2019-04-09 Thread Daniel Tkach
Hey Chris, thank you! So by this I found https://www.pythonanywhere.com, and I'm checking it out! Good points about the "polling", I thought I could do it that way but I didn't know the term. I think every 30 minutes will be fine, but I'll check the notifications part. Thanks again for putting

Re: How to make an application run "online"

2019-04-09 Thread Chris Angelico
On Wed, Apr 10, 2019 at 2:46 AM Daniel Tkach wrote: > What I want to do now is ... I want the Kajabi product be activated for that > user as soon as he checks out on Shopify and there's a new order, and I want > this not to depend on my computer. > The first part of that can be done in two ways