kublet / community

Build for Kublet!
https://thekublet.com
Apache License 2.0
9 stars 15 forks source link

Server App #2

Closed johndodev closed 2 months ago

johndodev commented 2 months ago

Hello,

I'm a web developer, not a C++ developer, so I can't create apps.

However, I have seen and tried the server app that exposes an HTTP endpoint. The idea is nice, it works, and it is usable, it’s a good start.

I have some improvements suggestions for the C++ developers here, such as:

It would also be great to have minimal documentation available again on the phone app: just display the endpoint again when we click on "Server" in the app list if the server is already the installed app.

I don't see the server app in this repository, will it be included someday?

Thanks

audreylim commented 2 months ago

Hi John, thanks for your suggestions.

The endpoint on the server app is dynamic, so it is better to let kublet display the endpoint.

We aim to provide more examples in our community repo and may include the server example in future.

The examples in this repo are meant for beginners (in C++) to get started writing an app quickly. So even without C++ experience we encourage our users to start with the basic examples here and refer to our documentation. We will publish more examples.

Thanks for your feedback and we looking forward to seeing your app!

johndodev commented 2 months ago

Ah ok, thanks !