Skip to content

🚀 Feature: C++ SDK Generator #1059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 tasks done
chip5441 opened this issue Mar 29, 2025 · 0 comments
Open
2 tasks done

🚀 Feature: C++ SDK Generator #1059

chip5441 opened this issue Mar 29, 2025 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@chip5441
Copy link

🔖 Feature description

In short, it is comparative to other code generators, capnp or thrift or ..., which are capable to generate code for variety of languages.

🎤 Pitch

One of the discussions in flutter world is about its concurrency model and the need for supporting native threads. In my opinion, it is not that easy to be decided upon and change flutter architecture and design.

We are working on a platform, fronted in flutter and backend completely in C++. There are different configurations which are possible. For example, the backend could be embedded in same device as fronted or isolated and deployed on a commodity or highend hardware. It depends on the scenario. The platform uses its own communication protocol, undeterministic security model, and many other feasures which I think this is not the place to talk about it. However, I do not say it ia not possible to use appwrite in our product, in backend, but it would be much easier to have a code generator for it. The reason we are not going to use appwrite directly in flutter is about its concurrency model, offloading, platform boundaries violation and other factors which are platform specific.

Thank you for your time, efforts and nice product.
Bests

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@ChiragAgg5k ChiragAgg5k added enhancement New feature or request help wanted Extra attention is needed labels May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants