1.0.1 • Published 7 years ago

copy-tool v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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