Best way to test websocket+react based chatbot

I have a chatbot with React-based frontend. The chatbot is using websocket connection with backend server. I am using python, flask and OpenAI-api on the backend. I would like to conduct high load testing of my chatbot using Botium.

What is the best way to conduct such kind of high load testing using Botium? Should I use botium-connector-websocket? Or should I try to conduct high load testing while emulating interaction with react-chat-frontend?