You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
/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).put
/get
to store temporary status updates for long-running requests (open for discussion)put
/get
to store requests' results for delayed result fetching (open for discussion)The text was updated successfully, but these errors were encountered: