You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the description, I like what you are trying to do. I just don't know how you are doing it. A few lines of instruction to get going would be great in README.md!
The text was updated successfully, but these errors were encountered:
Are you familiar with meteor? It's actually pretty straightforward. There is just one collection Clipboard and when a mobile scans the qr code that mobile client subscribes to a specific document in that collection. Henceforth everything works by making updates to that one document, and the mobile client uses observeChanges to respond to them. So the only logic is in responding to the content/commands in the document.
m-kuhn
added a commit
to m-kuhn/typhone
that referenced
this issue
Jun 12, 2016
As per the description, I like what you are trying to do. I just don't know how you are doing it. A few lines of instruction to get going would be great in README.md!
The text was updated successfully, but these errors were encountered: