-
Notifications
You must be signed in to change notification settings - Fork 12
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
Examples to add #61
Comments
Hi @chicoxyzzy , I was thinking, maybe we can use my application socket-life-counter as one of the examples from group 1. It's a simple application, I took one of my first apps I wrote in vanilla JS, and convert it to socket app. Most of functionality it's implemented , of course it's not completely finished, some more work needs to be done. It's using react template also got redux included , typescript added. Now, I'm only w8ing for p2p been enabled, so I can start sharing this app across all devices. What do you think ? |
Hey @wujekbizon, what is the premise of the life-counter app? Where can we find the original? |
It's an app, for counting life total in card games like Magic The Gathering. You can set timer , name a player. Really basic things. |
I do have also simple shopping list wrote in React, shopping list |
Does it rely on any network capabilities? |
In its current form , no. |
@wujekbizon this looks really good but I think using the todo-mvc apps will provide the most familiar context for the largest possible audience. |
Yes, you are 100% right. |
|
other "local-first" app ideas -- actually, "local-only" in that they're only only for your own "personal cloud" of devices -- that I would like to make for showing off socket:
|
Another app example: tailwind |
We need a few examples which I think we can split into 3 groups:
In the next two weeks I'm going to focus on groups 1 and 2, cause I think it will be more useful in the short term
Please share your ideas for the apps here or post links to opensource projects that we can wrap into Socket Runtime (cc @getify)
The text was updated successfully, but these errors were encountered: