This repository is a code dump containing the code from a live demo at Solid Amsterdam. It was intended to give a high-level overview of different approaches to Solid development with live commentary, and thus is not necessarily up-to-date, bug-free, or adhering to best practices.
An exploration of how to perform common operations using three Solid libraries.
To try them out, you need Git and Node.
Get the code by opening a terminal and running:
git clone git@github.com:inrupt/solid-lib-comparison.git;
cd solid-lib-comparison;
npm install;
Then run either of the following commands to view the code for that library, and run npm start
to
start the application. The relevant code can be found in src/services
'.
git checkout ldflex
git checkout rdflib
git checkout tripledoc