Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/draeder/p2p-tracker
A heroku-ready WebTorrent tracker for use with P2P applications.
https://github.com/draeder/p2p-tracker
bittorrent p2p signalling tracker webrtc
Last synced: about 2 months ago
JSON representation
A heroku-ready WebTorrent tracker for use with P2P applications.
- Host: GitHub
- URL: https://github.com/draeder/p2p-tracker
- Owner: draeder
- Created: 2021-02-13T04:34:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T16:55:50.000Z (over 2 years ago)
- Last Synced: 2023-03-03T23:42:41.021Z (almost 2 years ago)
- Topics: bittorrent, p2p, signalling, tracker, webrtc
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 21
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p2p-tracker
A heroku-ready webtorrent tracker for use with P2P applications.
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/draeder/p2p-tracker/tree/master) | [Remix on Glitch](https://glitch.com/edit/#!/remix/p2p-tracker)
# Usage
- Deploy to heroku using the button above
- Or run locally by cloning this repo, then `npm install` => `npm start `
- Edit server.js to specify a static port. By default, a random port is used.