Git Product home page Git Product logo

clip-beam-client's Introduction

clip-beam logo

Clip Beam Client

GitHub

Clip Beam lets you transfer your data easily between two devices on the same network. Just connect the devices by scanning a QR code and start sharing.

Clip Beam uses WebRTC to transfer your data, meaning all messages are transfered directly between devices without sending them to any server.

Clip Beam

Table of content

Quick Start

  1. Clone the signaling server
  • cd clip-beam-server
  • npm install
  • npm run dev
  1. Clone the client
  • cd clip-beam-client
  • npm install
  • npm run serve
  • Go to localhost:8080

Setup

To setup your own instance of Clip Beam you need to setup the signaling server and host the frontend as simple HTML website.

Setup the client

Clone this repository and use the following commands:

# install dependencies
npm install
# serve locally
npm run serve
# build for the distribution
npm run build

Client Configuration

You can configure the url of the signaling server. Per default the client assumes to reach the signaling server on localhost. To change this you need to create a .env.local file with the following content.

VUE_APP_SERVER_URL=wss://my-url.com:9090

Rever to the Vue.js documentation on environment variables for more details.

Setup the signaling server

See installation instructions for the signaling server

Inspiration and Alternatives

I used to use Threema Web and its echo chat to quickly send web links from my smartphone to my computer. Clip Beam works exactly the same way, but unlike Threema it is not a messenger, but only designed for sharing data between two devices.

Alternatives i've found are

but unlike these apps, Clip Beam does not allow connections between any devices on the same network. It rather connects two devices directly by scanning its QR code, so no one can send you unwanted data.

clip-beam-client's People

Contributors

schlangguru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

zhangchengtest

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.