Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

A demo of aggregating hrss feeds. Like an RSS reader or podcatcher, but peer to peer.

Usage

Run the backend server with:

yarn run server

The data is kept in test/data/agg_init. Remove the data in this directory to clear the data. To add data to the directory do

yarn pull-test-data

Modified JSON-RPC

We use a modified form of JSON-RPC. We omit the jsonrpc: "2.0" part of the request object.