UNPKG

@peertube/bittorrent-tracker-server

Version:

Fork of bittorrent-tracker for PeerTube purpose, that only implements the server

6 lines (4 loc) 164 B
/*! bittorrent-tracker. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */ import Server from './server.js' export default Server export { Server }