Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick "Getting Started" instructions #8

Open
thapar opened this issue Oct 10, 2015 · 1 comment
Open

Quick "Getting Started" instructions #8

thapar opened this issue Oct 10, 2015 · 1 comment

Comments

@thapar
Copy link

thapar commented Oct 10, 2015

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!

@chfritz
Copy link
Owner

chfritz commented Oct 17, 2015

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants