-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |