-
Notifications
You must be signed in to change notification settings - Fork 0
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
Backend-less architecture design #2
Comments
@guerrerocarlos Apparently, GitHub doesn't allow client-side creation of gists. See:
Thoughts on this? |
There's this proof of concept / library to deal with WebRTC from React: https://github.com/roman01la/react-webrtc we can take inspiration from it. |
peerjs seems way more robust: https://www.npmjs.com/package/peerjs |
I haven't been able to get peerjs to work with React, I'm getting |
Ok, so based on the Github limitation, I guess we can pivot from storing anything on Github and start from a much simpler approach of just storing everything on the user's browser, like: https://blockchain.poker/ does it. |
-- Placeholder for the backend architecture discussion --
The text was updated successfully, but these errors were encountered: