Socket
Socket
Sign inDemoInstall

cdnbye-file

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cdnbye-file

Let your viewers become your unlimitedly scalable CDN.


Version published
Weekly downloads
6
increased by20%
Maintainers
1
Install size
139 kB
Created
Weekly downloads
 

Readme

Source

English | 简体中文

cdnbye logo

Let your viewers become your unlimitedly scalable CDN.

npm jsdelivr

file-p2p-engine is a file downloader using CDNBye p2p technology.

Features

  • WebRTC data channels for lightweight peer-to-peer communication with no plugins
  • Support downloading any type of file
  • Instruct the browser to save a file using some response header and service worker
  • Multiple files can be downloaded at the same time
  • Efficient scheduling policies to enhance the performance of P2P streaming
  • Use IP database to group up peers by ISP and regions

Getting Started

Run quick-start.html in your web page. Wait for a few seconds,then open the same page from another browser. Now you have a direct P2P connection between two browsers without plugin! The first web peer will serve as a seed, if no one else in the same channel.

Browser Support

WebRTC has already been incorporated into the HTML5 standard and it is broadly deployed in modern browsers. The compatibility of CDNBye depends on the browser support of WebRTC.

CompatibilityChromeFirefoxmacOS SafariAndroid Wechat/QQOperaEdgeiOS SafariIE
WebRTC Datachannel

Prepare

Make sure your file servers have proper CORS (Cross-origin resource sharing) headers so that data can be fetched across domain.
Click here for more details.

Include

Include the pre-built script of latest version:

<script src="https://cdn.jsdelivr.net/npm/cdnbye-file@latest"></script>

API and Configuration

See API.md

Console

Bind your domain in https://oms.cdnbye.com, where you can view p2p-related information.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Contact Us

Email: service@cdnbye.com
Telegram: @cdnbye
Skype: live:86755838

FAQs

Last updated on 06 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc