RenaudLN / dash_socketio

Other
24 stars 3 forks source link

How to deploy it with a pure python environment? #5

Closed ideactltd closed 1 month ago

ideactltd commented 2 months ago

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?

RenaudLN commented 2 months 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.