Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

copy-tool

plantain-006MIT1.0.1TypeScript support: included

A tool to copy text or file from one place, and get it from another place

readme

Dependency Status devDependency Status Build Status

copy-tool

A tool to copy text or file from one place, and get it from another place

features

  • multiple clients connect to same url, when one client send message, the others will get it.
  • the message can be text or file.
  • support PC and mobile browser.

deploy

  • git clone the release branch of this repository
  • run node index.js to start, open http://localhost:8000
  • (optional) run node index.js -h 0.0.0.0 -p 9000 to let the server listen to http://0.0.0.0:9000