Giter Site home page Giter Site logo

snouhaud / beam.cafe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dot-cafe/beam.cafe

0.0 0.0 0.0 3.87 MB

๐ŸŒ  Blazing fast file transfer app focused on user-experience. Fastest way to share files without uploading them.

Home Page: https://beam.cafe

License: MIT License

Shell 0.03% JavaScript 5.62% TypeScript 69.05% HTML 1.74% Dockerfile 0.10% SCSS 23.47%

beam.cafe's Introduction

Logo

Beam up something. Instantly. Anonymously.


CD Status CI Status Current version GitHub Sponsors Buy me a Coffee Support on Patreon

beam.cafe is a supercharged file-sharing application which lets you share files instantly, fully anonymously and direct.

State of this project

I consider this project to have reached a final state. Today I would do many things differently (more component based, less interdependent modules etc.) than I did a year / years ago. I finished this project shortly after graduating high school and do not intent to actively work on it anymore. It was a great project and I learned many things from working on it though :)

It'll stay deployed until March 2022. Thereafter I'll take it down for security reason. Update: Because of financial reasons I decided to take it down at the beginning of November 2021.

Concept and Features

beam.cafe knows very little about you - the names of your files, your IP and well, that's it. If you send over a file it won't get saved somewhere on the server but instead will be streamed from your local machine over the server of beam.cafe directly to your peer. You can always check who's downloading or streaming your files and, in case a link fell into the wrong hands, invalidate a file. Also, beam.cafe comes with a wide set of features:

  • ๐Ÿ’ป It's a PWA! You can install it on desktop and on your phone.
  • ๐ŸŒ  Blazing fast - No need to upload your files to unknown servers, your files are served directly from your local machine.
  • ๐ŸŒŠ Streamable - Movies, large pictures or just a large audio-file? Stream it instead of downloading all of it!
  • ๐ŸŽ Tiny - Beam Cafe only uses libraries with a minimal footprint such as preact, graceful-ws and nanopop.
  • ๐Ÿ”ง Customizable - Many settings around security, appearance, notifications and more!
  • ๐ŸŒœ Multi-themed - Light theme or dark theme? beam.cafe has both, even a high-contrast mode.
  • ๐Ÿฆพ Accessible - High contrast theme paired with modern aria-labels will make using it an ease (PR's are welcome!).
  • โœจ Modern - A modern design makes using beam.cafe a breeze.

Local setup

You'll need both the frontend and backend to work on it:

# Clone repositories
git clone https://github.com/dot-cafe/beam.cafe
git clone https://github.com/dot-cafe/beam.cafe.backend

# Install and start both the front- and backend
cd beam.cafe && npm install && npm run dev
cd ../beam.cafe.backend && npm install && npm run dev

The API will listen on port 8080 and the front-end will be served from 3000, make sure these ports are open on your machine.

Deploy using docker

beam.cafe can be set up using docker-compose:

# Create directory for docker-compose.yml and all your config / build files
mkdir beam.cafe && cd beam.cafe

# Download docker-compose.yml and .env file
curl -sSL https://raw.githubusercontent.com/dot-cafe/beam.cafe/master/docker-compose.yml > docker-compose.yml
curl -sSL https://raw.githubusercontent.com/dot-cafe/beam.cafe/master/.env.example > .env

# Setup blank config files
mkdir config && echo "{}" > config/backend.json

Make sure to update the variables in your .env file before starting it. The documentation about backend.json can be found here. The backend.json file will be merged with the default.json config file so it's okay to leave it empty ({}).

If you're using nginx you can check out this to see how to configure it properly. If you're using apache feel free to open an issue / PR to get that added as well.

Bare VPS Setup

Go here to see how to set beam.cafe up manually.

Screenshots

... or just try it out!

beam cafe - front beam cafe - files beam cafe - uploads beam cafe - appearance beam cafe - notifications

Funding

Maintaining a beaming cafe costs time and, although very little thanks to concept of beam.cafe, money. If you want you can support me on GitHub, Patreon, or you could buy me a coffee.

Contributing

You've found a bug, have an idea for a future or want to make a PR? Check out our contribution guidelines to get started!


Many thanks to icons8 for the icons!
Special thanks to Nathan S. for finding a name for this app!

beam.cafe's People

Contributors

simonwep avatar dependabot[bot] avatar antoinebou12 avatar madhavarshney avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.