Go to file
Kumi 36c4ee56f3
feat: add WebTorrent support with minified script
Integrated WebTorrent for enhanced torrent capabilities by including a minified version of its library. This provides functionality for handling torrent files, streaming media, and managing peer connections.

The integration supports features such as piece fetching, bitfield management, and peer communication, crucial for efficient torrent handling and P2P media streaming.
2024-06-14 16:59:22 +02:00
public/js feat: add WebTorrent support with minified script 2024-06-14 16:59:22 +02:00
views feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
.gitignore feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
app.js feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
package-lock.json feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
package.json feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
tracker.js feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00