W
Windmill12mo ago
zsnmwy

Is it possible to build a chat app in Windmill? Not React/Vue.

I think there are two difficulties. 1. Listen to the real-time change from the DB on the web page. Windmill is not supported in native. It needs another daemon component. 2. The business logic will inject the component. The components need to be highly customized. More flexible. So far, I have found it appropriate to import a React APP and to enable a component that listens for database changes. But both are out of the scope of Windmill. Is it possible to integrate it into Windmill and make it work out of the box? https://github.com/windmill-labs/windmill-adapters
GitHub
GitHub - windmill-labs/windmill-adapters: Collection of adapters to...
Collection of adapters to the windmill queue to support external triggers and queue other than HTTP such as postgres/NATS/MQTT - GitHub - windmill-labs/windmill-adapters: Collection of adapters to...
1 Reply
rubenf
rubenf12mo ago
you can always build a full react app in windmill