Friday 9 March 2018

Perform user defined tasks server-side

As the title suggests, I am looking for the best way to implement a feature where the user defines specific conditions where they would like to place a bid on an item. The catch is I want this 'buy' to occur regardless of the user being logged in to the client ui. Also, the prices are coming from a third party api. If the user was always logged in I could use their computer to watch the prices and perform the buy when the condition is met, but emulating this server side seems like a massive use of resources and I am not entirely sure the best way to implement it

Submitted March 09, 2018 at 08:29PM by MrStLouis

No comments:

Post a Comment