Closed ideactltd closed 1 month ago
Hey @ideactltd you don't need to do anything with npm to use it in your Dash app. Just pip install it and you're good to use it in your app. You can check my dash-firestore-chat repo for a full example of dash-socketio in action.
This is an amazing project! I only have one question. How can I deploy it to a pure python environment if npm steps are involved? I am not familiar with dash component development. Is it possible to pack everything into the python package and I simply install your package with pip install?