Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Paul-Gy/SessionShare
Easily share files in multiple times with a single link! Built using Vue.js on Cloudflare Workers, with Durable Objects, R2 and Cloudflare Pages.
https://github.com/Paul-Gy/SessionShare
cloudflare cloudflare-pages cloudflare-workers end-to-end-encryption share
Last synced: 18 days ago
JSON representation
Easily share files in multiple times with a single link! Built using Vue.js on Cloudflare Workers, with Durable Objects, R2 and Cloudflare Pages.
- Host: GitHub
- URL: https://github.com/Paul-Gy/SessionShare
- Owner: Paul-Gy
- Created: 2022-06-05T12:39:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T08:21:00.000Z (6 months ago)
- Last Synced: 2024-08-07T23:46:35.422Z (4 months ago)
- Topics: cloudflare, cloudflare-pages, cloudflare-workers, end-to-end-encryption, share
- Language: Vue
- Homepage: https://sessionshare.net/
- Size: 1.25 MB
- Stars: 40
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Paul-Gy/SessionShare - Easily share files in multiple times with a single link! Built using Vue.js on Cloudflare Workers, with Durable Objects, R2 and Cloudflare Pages. (Vue)
README
# SessionShare
Easily share files in multiple times with a single link!
Built using [Vue.js](https://vuejs.org/) on [Cloudflare Workers](https://workers.cloudflare.com/), with Durable Objects,
R2 and Cloudflare Pages. Also supports end-to-end AES-256-GCM file encryption.This project was created for the [Cloudflare Developer Challenge 2022](https://challenge.developers.cloudflare.com/) and
was selected as one of the winners 🎉⚡️![Preview](preview/mix.png)
## Why ?
When working with several people, it is often necessary to send files to each other. There are many services for sending a
single file, but I haven't found one that allows you to send multiple files multiple times without the need to send a new
link each time.## Features
* Use a single link to share multiple files in multiple times
* Support for end-to-end AES-256-GCM file encryption
* Blazing fast thanks to Cloudflare Workers
* Uploaded/deleted files are instantly visible to everyone in the session## Planned features
* Support for larger files using multipart upload (currently limited to 100 MB)
## Credits
Avatars by [Freepik](https://www.freepik.com/).