-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
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/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). - use DHT
put/getto store temporary status updates for long-running requests (open for discussion) - use DHT
put/getto store requests' results for delayed result fetching (open for discussion)