Open Mantic opened 5 years ago
@Mantic you've probably either figured it out or moved on in some other way, but I've been working on a example repository that provides distinct separate code samples for each part of a system using Netifi as an RSocket broker.
You can review that work here: https://github.com/viglucci/netifi-rsocket-js-example
I had to pivot to a different project for a few months, but will be back on my netifi project here pretty soon. Thank you for looking at that!
I'm trying to setup my own client, based loosely off of the example code, but the code so intertwined with the server side of things that it makes for a really convoluted template. Any chance we could have a strict "client" example and a completely separate "server" example? It seems like the project is trying to be more clever in its dual nature than simple and easy to understand.