This is an open discussion of the missing basic features we want / need to add to Grenache
Here few points that are in my mind right now, just some hints for discussion
- mocha tests
- better LRU management
- implement
put / get methods in the Grape to store / retrieve informations from the DHT https://github.com/feross/bittorrent-dht (the dht underlying lib offers the support already).
- use DHT
put / get to store temporary status updates for long-running requests (open for discussion)
- use DHT
put / get to store requests' results for delayed result fetching (open for discussion)
This is an open discussion of the missing basic features we want / need to add to Grenache
Here few points that are in my mind right now, just some hints for discussion
put/getmethods in the Grape to store / retrieve informations from the DHT https://github.com/feross/bittorrent-dht (the dht underlying lib offers the support already).put/getto store temporary status updates for long-running requests (open for discussion)put/getto store requests' results for delayed result fetching (open for discussion)