I'm working on a facebook messenger chatbot ( dialogFlow and nodejs and ngrok )
and every time i test the chatbot in my local server (pc or mac)
- run node index.js
- i run the ngrok proxy server
- copy the ngrok server url to facebook app
So now i want to deploy the chatbot on my online server ( linux ) ? Do you have any idea how to do it ? Thanks