ndn-cache

ndn caching module for node and the browser

Usage no npm install needed!

<script type="module">
  import ndnCache from 'https://cdn.skypack.dev/ndn-cache';
</script>

README

NDN-Cache

This module is a pure memory NDN cache supporting namespace traversal according to ndn interest rules. It is used primarily in ndn-forwarder. It has been abstracted into it's own module for ease of future optimizations and potential inclusion in a caching version of ndn-io.