-1

I have a question that might be simple for you to decide, but I am quite new to this.

What do you think is the best way to host Node.js code for Messenger Bot?

I am considering to use AWS Lambda, but it seems quite robust to me. Isn't there any easier way?

Thanks.

snorbik
  • 107
  • 1
  • 9
  • Why lambda is robust for you. Why? You are a software engineer , and lambda is just a function as a service. Go ahead and no worry. – Abdennour TOUMI Nov 20 '17 at 17:38
  • I assume/you assume you worked as front-end developer at 2013 . So go ahead and no worry. – Abdennour TOUMI Nov 20 '17 at 17:40
  • @Abdennour. I don't think the SO meant "reliable". I think that he meant "difficult". – John Hanley Nov 20 '17 at 17:45
  • Yeah exactly. I have no previous experience with AWS. That's why I asked about some alternative. But if you think it is not difficult, I will dig deeper into it. – snorbik Nov 20 '17 at 17:47
  • i prefer digitalocean, because it´s not that difficult but you can do pretty much whatever you want. here´s a referral link if you want to get some credits for testing (and i get some too): https://m.do.co/c/07d8a2d61f34 – andyrandy Nov 20 '17 at 18:51

1 Answers1

0

I'd advise you to try out Heroku. I use the GitHub auto-deployment integration and it works like a charm! Look for the 'Deploy to Heroku' badge on some popular Messenger bot node.js repos on Github, and it literally does all the work for you!

Good luck.

Tushar Gupta
  • 90
  • 1
  • 9