remoc icon indicating copy to clipboard operation
remoc copied to clipboard

Need example project and tutorial

Open surban opened this issue 2 years ago • 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.

surban avatar Jan 13 '22 13:01 surban

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

surban avatar Jan 26 '22 18:01 surban

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.

baptiste0928 avatar Feb 16 '22 12:02 baptiste0928

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?

j-refs avatar Jun 20 '24 14:06 j-refs

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.

surban avatar Jun 21 '24 09:06 surban