copy-tool
v1.0.1
Published
A tool to copy text or file from one place, and get it from another place
Downloads
2
Readme
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, openhttp://localhost:8000
- (optional) run
node index.js -h 0.0.0.0 -p 9000
to let the server listen tohttp://0.0.0.0:9000