Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trafex/clipboard.ninja
Realtime clipboard to easily and secure share text between computers or mobile devices
https://github.com/trafex/clipboard.ninja
clipboard copy-paste docker react realtime receive secure send webpack
Last synced: 19 days ago
JSON representation
Realtime clipboard to easily and secure share text between computers or mobile devices
- Host: GitHub
- URL: https://github.com/trafex/clipboard.ninja
- Owner: TrafeX
- License: gpl-3.0
- Created: 2017-05-11T19:43:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T14:46:21.000Z (about 1 month ago)
- Last Synced: 2024-10-12T18:54:18.615Z (about 1 month ago)
- Topics: clipboard, copy-paste, docker, react, realtime, receive, secure, send, webpack
- Language: JavaScript
- Homepage: https://clipboard.ninja
- Size: 4.21 MB
- Stars: 24
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clipboard.ninja
Quick and secure way to share text between devices.
See the website [https://clipboard.ninja](https://clipboard.ninja).
Or download the [Android App in the Play Store](https://play.google.com/store/apps/details?id=nl.trafex.apps.clipboardninja)See the [source of the Android app on GitHub](https://github.com/TrafeX/clipboard.ninja-app)
![Clipboard.ninja](https://timdepater.com/projects/clipboard-ninja.png "Clipboard.ninja")
## Features
* It's realtime; you'll see the text immediately appear on the receiving device.
* It's secure; the connection to the server is encrypted with SSL.
* It's private; you first need to connect to the other device before you can send something, this way the data never has to be (temporarily) stored on the server.
* You can connect with multiple devices, simultaneously receiving the text.
* No registration is needed, a 6 digit number is enough to connect the devices.## Usage
You can run a local version with Docker:
docker-compose up
Go to [http://localhost:3020]()