I need to get several sequential answers from user (user inputs), send them to my backend and provide user the reply (produced by backend). My questions:
Can you suggest me video tutorials where I can find how to do that with FlowXO?
How would you recommend me to implement the backend? I mean what programming technology and server to use? My requirements: programming technology should be maximum flexible so I can implement whatever logic I need (and add AI intent recognition in future pretty easy); server should cost less than 20$ monthly. At the moment I choose betweend NodeJS+AWS Lambda and Flask+GoogleCloud.