An open API service indexing awesome lists of open source software.

https://github.com/fission-codes/sharing-public-files-example

A demonstration of webnative public links
https://github.com/fission-codes/sharing-public-files-example

Last synced: about 1 year ago
JSON representation

A demonstration of webnative public links

Awesome Lists containing this project

README

          

# Sharing public files

[![Built by FISSION](https://img.shields.io/badge/⌘-Built_by_FISSION-purple.svg)](https://fission.codes)
[![Built by FISSION](https://img.shields.io/badge/webnative-v0.31.0-purple.svg )](https://github.com/fission-suite/webnative)
[![Discord](https://img.shields.io/discord/478735028319158273.svg)](https://discord.gg/zAQBDEq)
[![Discourse](https://img.shields.io/discourse/https/talk.fission.codes/topics)](https://talk.fission.codes)

The repository demonstrates three techniques for generating links to public files stored in the webnative filesystem:

- Public links always link to the latest version of a file
- Archival links permanently link to one version of a file
- Versioned links are links retrieved from the webnative [Versions](https://guide.fission.codes/developers/webnative#versioning).

Please see the [Linking to Public Files](https://talk.fission.codes/t/linking-to-public-files/1716) post and the [Webnative SDK guide](https://guide.fission.codes/developers/webnative) for more details.

## Try it

This demo is live at: https://benevolent-senior-pink-yeti.fission.app/

## Run

Run [http-server](https://www.npmjs.com/package/http-server) or another simple web server in the root of this project. No build or package installation needed.