UNPKG

net-files

Version:

Share files in browser in p2p manner. The file is not stored on the server.

35 lines (22 loc) 947 B
# net-files Share files in browser in p2p manner. The file is not stored on the server. [![npm Package Version](https://img.shields.io/npm/v/net-files)](https://www.npmjs.com/package/net-files) ## Usage You can use this package without installation via `npx` ```bash npx net-files [port] ``` Usage Example: ```bash # listen on port 8100 npx net-files # listen on port 8500 npx net-files 8500 ``` ## License This project is licensed with [BSD-2-Clause](./LICENSE) This is free, libre, and open-source software. It comes down to four essential freedoms [[ref]](https://seirdy.one/2021/01/27/whatsapp-and-the-domestication-of-users.html#fnref:2): - The freedom to run the program as you wish, for any purpose - The freedom to study how the program works, and change it so it does your computing as you wish - The freedom to redistribute copies so you can help others - The freedom to distribute copies of your modified versions to others