Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
exp0nge authored Aug 19, 2020
1 parent 6650fee commit 95fed80
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# wayback backend
# wayback


a basic impl of wayback with skylinks and soon hns
a basic impl of wayback with [Skynet](https://siasky.net/) and [HNS](https://www.namebase.io/)

## 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.

0 comments on commit 95fed80

Please sign in to comment.