-
Notifications
You must be signed in to change notification settings - Fork 6
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
Front End Decisions #13
Comments
Found typescript definitions for webtorrent. github.com/DefinitelyTyped/webtorrent/tsconfig.json The definitions should allow us to use flutter. Looking into react-native+webtorrent next. |
Today Brenn and I talked about front end architecture. Here's what we came up with -- current look should go away quickly and transition towards something much less cluttered. Therefore, we will do web FE dev in lazy.js for pure speed and roll out lazy.js based mobile and desktop apps as well. From there, we will specialize by device category eg: 1st Gen
2nd Gen:Browser
Desktop
Mobile
3rd GenLet's not get carried away, eh? @baabeetaa - your thoughts? Also, we're looking for FE people. I'll concern myself with the 1st gen FE, though. |
Notes: Github Accounts: -mafintosh/hypervision @substack Socket.io-p2p chat example: https://github.com/socketio/socket.io-p2p |
7ad3a72 re-organize source code into core and web. So that easier to dev and separate them later. |
created new branch core-rpc ( https://github.com/dawn-network/glogchain/tree/core-rpc ) |
Since we want to ensure that we effectively bridge the bittorrent and webtorrent torrent protocols, we need to distribute a desktop client.
Tuan says that right now we should be looking at:
electron
ionic
react-native
Jake wants to add to the "watched" list:
The text was updated successfully, but these errors were encountered: