peermesh
Version:
Send files peer-to-peer over a mesh network built with WebRTC.
36 lines (34 loc) • 1.21 kB
Markdown
# Peermesh
- [x] **Debug logging**
https://github.com/visionmedia/debug
- [x] **Use streams?**
https://github.com/dominictarr/rpc-stream#rant
- [x] **Dev server?**
- [-] https://github.com/mattdesl/budo/tree/next
Auto-reload does not properly trigger WebRTC session reset. Maybe try `beefy`?
- [-] https://github.com/maxogden/wzrd
- [-] https://github.com/chrisdickinson/beefy
- [x] Hot module reloading?
https://github.com/substack/browserify-handbook#browserify-hmr
- [ ] **Database?**
https://github.com/Level/level-browserify
- [ ] **Unit testing?**
https://github.com/substack/tape
- [x] **Performance testing?**
- [-] https://github.com/mcollina/fastbench
- [x] Just `debug`
- [ ] **Hyperboot?**
https://github.com/substack/hyperboot
- [ ] **Encryption**
- [x] `secure-peer`
https://github.com/substack/rsa-json
https://github.com/substack/secure-peer
- [-] https://github.com/mafintosh/sodium-signatures
- [ ] **Hash**
https://github.com/crypto-browserify/crypto-browserify
- [ ] **Hash-words**
https://github.com/jjt/hashwords
- [ ] **Read files**
https://github.com/DamonOehlman/namedfilestream
- [ ] **Frontend/template**
http://vuejs.org/guide/