Test/Demo #21
zach-planet-nine
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So now that we have some implementations, we need to wire them up and show people what Sessionless can do. The picture in my head looks like this:
So the servers up top would be extended to store associated keys, and implement two new routes: add-value and get-value. The add-value can be anything, but we want to pretend like it's a reasonable use case for a server (one example might be a game where the add-value is points, another would be a store where add-value might be a cart item).
I'll build four iOS apps that can connect to the different servers, unless someone wants to learn how to do that, in which case I'm happy to teach. I'll take care of the app switching and a simple UI that maps to the server, so if you want your server to be a pizza shop I'll throw a Ray's Pizza in the header or something.
The demo will go through switching between the apps, associating the keys, adding values in each, and then getting the values back in the first app using the get-value routes.
Open to any thoughts or ideas from anyone here on this, or any different idea on how to show off what we've built.
Beta Was this translation helpful? Give feedback.
All reactions