netifi / netifi-quickstart-js

A JavaScript implementation of the Netifi Quickstart Exercise
4 stars 0 forks source link

As an example, this project is confusing... #4

Open Mantic opened 5 years ago

Mantic commented 5 years ago

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.

viglucci commented 4 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

echobops commented 4 years ago

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!