Node.js kernel generators.
Have the node. Now need to figure out:
- DHT-based sharding, Gossip and all that stuff
- Proxy: Gossip client + reverse HTTP proxy
Benchmarking:
- Cloud deplyment for benchmark and testing
- Monitoring latency on benchmark
- Rinse and repeat
Building it for client right now. Still lacks:
- Proper collection management (what happens when a new document is inserted)
- Make the protocol less HTTP-dependent. Look into Meteor/DDT and Firebase to see what they're doing.
- Improve security implementation on changes feed
- Angular and / or React lib
- Open-sourcing