Hi,
Can I connect upstox websocket directly to front-end like ReactJS or on React Native without having a nodeJS server ?
It’s advised to utilize the server to set up the WebSocket connection and make it accessible to your front end.
You can find guidance on how to do this by consulting the SDK and examples at the following.
Python => GitHub - upstox/upstox-python: Official Python SDK for accessing Upstox API
Node => GitHub - upstox/upstox-nodejs: Official NodeJS library for accessing Upstox APIs