ENQT-GmbH/remoc

Need example project and tutorial

Opened this issue · 4 comments

Although Remoc is well documented an example project and tutorial that show how all fits together and how to get started are missing.

We now have an example project in examples/rtc, but more would be better.

Implementing tokio-rs/mini-redis with remoc could be a good example of real use case. I was thinking of a RTC interface with pub/sub based on broadcast channels, with automatic client reconnection and simple authentication.

This would show how all the remoc features fit together and give an idea of how to do your own client/server implementation.

A step-by-step tutorial could also be written based on this project.

Just chiming in, as I see this issue is quite old now. The examples you mention in this repo are incomplete and non functioning.

That's definitely not welcoming to new adopters at all!

Is there a complete/functional example somewhere that missed a merge?

You are right that the examples are rather minimal, given the functionality of the library.

However, could you explain the trouble you have with the existing examples in the repository? They are all functioning.