https://github.com/webtorrent/webtorrent.io
The code that runs the WebTorrent website
https://github.com/webtorrent/webtorrent.io
javascript nodejs webrtc website webtorrent
Last synced: 4 months ago
JSON representation
The code that runs the WebTorrent website
- Host: GitHub
- URL: https://github.com/webtorrent/webtorrent.io
- Owner: webtorrent
- License: mit
- Created: 2014-05-24T05:51:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-22T06:11:00.000Z (4 months ago)
- Last Synced: 2025-06-22T07:20:42.991Z (4 months ago)
- Topics: javascript, nodejs, webrtc, website, webtorrent
- Language: JavaScript
- Homepage: https://webtorrent.io
- Size: 16.8 MB
- Stars: 133
- Watchers: 11
- Forks: 58
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webtorrent.io [![github][github-image]][github-url] [![javascript style guide][standard-image]][standard-url]
[github-image]: https://img.shields.io/github/workflow/status/webtorrent/webtorrent.io/ci/master
[github-url]: https://github.com/webtorrent/webtorrent.io/actions
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com
### The website for the [WebTorrent](https://webtorrent.io) project
## Developer Notes
- Requires Node.js v8.0.0 or newer
- `secret/index.js` will need to be created locally (copy `secret/index-sample.js`).
### Log folders
For production, the following folders are required to exist with chmod `777`.
- $HOME/www/log/webtorrent.io/crash-reports
- $HOME/www/log/webtorrent.io/telemetry
For local development (not using `NODE_ENV="production"` environment variable), these folders will be created at:
- *(application root)*/logs/crash-reports
- *(application root)*/logs/telemetry
## license
MIT. Copyright (c) [WebTorrent, LLC](https://webtorrent.io).