I have an app spread across multiple social media platforms, with some shared userdata across these platforms
Q. What is a good approach for handling data across such apps ?
- Communicate via APIs ? I do have a GraphQL API
- Directly use database calls inside djs client ?
- Combine Discord bot with API server ?
My API is a NodeJS server serving multiple endpoints for auth, dashboards etc
I can host them both on a single machine