W
Wasp-lang•4mo ago
C-king77

Replit intégration

👋 Hello everyone, I hope you’re all doing well. I currently have a project on Replit – a chatbot utilizing OpenAI’s assistant API, capable of connecting to WhatsApp, Telegram, Instagram, and more. I was wondering if it would be possible to integrate my project into your open-source framework, Wasp. If you have any advice or recommendations, I’m open to all suggestions. Thank you in advance for your time and expertise!
No description
1 Reply
matijash
matijash•4mo ago
Hmm, I see this is code in python. Wasp works with React/Node and Prisma, which are all JS-based. You could still extract your python code to an executable and then invoke it from Wasp (that's what we do with MAGE, only with Haskell binary), but it's a bit more complicated to set it all up. If you code is not too complicated and you want to use Wasp, it might even be worth it to rewrite the functionality in JS/Node