You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
We have a requirement to create chatbot, The chatbot UI should be in separate server and the bot.js should run in different server. is it possible to do that? If so then how?
I appreciate your help.
Regards
Swagat
The text was updated successfully, but these errors were encountered:
It would be tricky to separate the chat client from the bot, as they expect to be located on the same service. In either case, you should run your bot on the edge of your network so it can talk to your internal network and to the external webpage.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi All
We have a requirement to create chatbot, The chatbot UI should be in separate server and the bot.js should run in different server. is it possible to do that? If so then how?
I appreciate your help.
Regards
Swagat
The text was updated successfully, but these errors were encountered: