https://github.com/peterdee/torrents-test-client
Audio files sharing with Webtorrent
https://github.com/peterdee/torrents-test-client
express jquery node webtorrent
Last synced: 3 months ago
JSON representation
Audio files sharing with Webtorrent
- Host: GitHub
- URL: https://github.com/peterdee/torrents-test-client
- Owner: peterdee
- License: mit
- Created: 2021-04-07T14:48:39.000Z (about 5 years ago)
- Default Branch: stage
- Last Pushed: 2021-04-08T11:50:52.000Z (about 5 years ago)
- Last Synced: 2025-03-14T16:49:10.792Z (over 1 year ago)
- Topics: express, jquery, node, webtorrent
- Language: JavaScript
- Homepage: https://torrents-test-client.herokuapp.com
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## torrents-test-client
This application allows users to share audio files
One user can seed the audio file, other users can download the seeded file using the special download link produced by the application
Stack: [Webtorrent](https://webtorrent.io), [jQuery](https://jquery.com), [Express](http://expressjs.com)
DEV: http://localhost:9900
STAGE: https://torrents-test-client.herokuapp.com
### Deploy
```shell script
git clone https://github.com/peterdee/torrents-test-client
cd ./torrents-test-client
nvm use 14
npm i
```
### Launch
```shell script
npm run dev
```
### Heroku
The `stage` branch is deployed to Heroku automatically
### License
[MIT](LICENSE)