Rasa connect with Production server

Hi,

I’m new to Rasa here. I would like to ask about Chatbot Widget on web : GitHub - JiteshGaikwad/Chatbot-Widget: ChatBot widget easy to connect to RASA bot through REST channel

If we deploy to production, the localhost:5005 would changed to xxx.xxx.xxx.xxx:5005, But shall we expose the IP URL? or does it have another way ?

Thanks.

This really depends on your stack and how you perform routing. To get started quickly an IP adress can be fine, but typically you’d have a load balancer that routes traffic somewhere in your architecture.

Then there’s people who use Kubernetes which is different, then there’s folks who use a specific cloud provider. But this routing is not something that is “rasa specific” so to say.