raccoon
Goal: Implement a typical social network on webrtc.
- Maintain major goal of accessibility to anyone (not just techies)
Rough Implementation Decisions:
- Underlying structure is Kademlia (a distributed hash table)
- Use WebCrypto and IndexedDB tech to build a web client
- Various encryptions schemes will replace passwords and permissions
- Write it in reasonml compiled using bucklescript.