Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 664 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 664 Bytes

wayback

a basic impl of the wayback machine with Skynet and HNS

Demo: https://youtu.be/5HzxJKa-E0M

storage

All static (CSS, JS, HTML) content is uploaded to Skynet via a middleware layer (application.py) which is hosted on a server. HNS is used to manage both the record keeping of the historical state of URLs visited before and to use a more friendly URL to reference the sites and the website.

usage

Visit the URL linked in this repo description and visit a site! If it's the first time the backend sees it, it will cache it for later retrieval.