BotKit SDK with Web UI

How can I incorporate the web SDK UI by using the BotKit SDK? I can’t use web socket connection and I think our only option is using BotKit. But I want our bot to use the UI from web sdk.

Thanks.

@ek2842 What we understand from your question is that you want to use web SDK UI but you want to use it within botkit nodejs application? Is that right?

Botkit is an application which will listen to a few events while conversing with the bot. Like user message, bot message, called webhook nodes etc. While webSDK is for entirely different purpose. It is an interface for connecting to the bot over web channel. If what we understand from your question is right, you should not serve websdk from same port as botkit.

If our understanding is not right, can you please elaborate on your need?