Peer Browser API - Development Build

This is the development build of the Peer Browser API.

Usage

Import the API in your application:

<script type="module">
  import { init, query, publish } from 'https://static-dev.peernet.space/peernet.js';
  
  // Initialize the API
  await init();
  
  // Use reactive queries
  const signal = query(state => state.todos || []);
</script>

Available Files

Note

This is a development build with no caching. Every request fetches the latest version.

For production use, see static.peernet.space