diff --git a/readme/index-en.html b/readme/index-en.html new file mode 100644 index 0000000..37d034f --- /dev/null +++ b/readme/index-en.html @@ -0,0 +1,707 @@ + + + + + + + p2p-explorer-web - Secure & Efficient P2P Transfer Tool + + + + + + + + +
+
+
+ Secure P2P Connection Based on WebRTC +
+

File Transfer Back to Peer-to-Peer

+

No client installation, no intermediate server. Achieve blazing-fast, private remote file + browsing, transfer, and real-time desktop sharing right in your browser.

+ +
+
+ +
+
+
+

All-in-One Collaboration Toolkit

+

Break down device barriers — access remote devices as easily as your local hard drive

+
+
+
+
+

P2P Streaming

+

Based on WebRTC DataChannel, large files are transferred in chunks with no throttling and no + server bandwidth usage.

+
+
+
+

Remote Desktop

+

Real-time screen sharing with audio sync, perfect for remote technical support and collaborative + previews.

+
+
+
+

Remote File Management

+

Complete directory structure browsing with read and write permission controls for full security. +

+
+
+
+

Voice & Video Calls

+

Built-in end-to-end encrypted voice and camera sharing for seamless communication during + transfers.

+
+
+
+

Cross-Device Clipboard

+

Sync remote device clipboard text with one click, dramatically improving productivity.

+
+
+
+

PWA Offline Support

+

Install to your desktop like a native app for a cleaner, more immersive experience.

+
+
+
+
+ +
+
+
+

Screenshots

+

Clean and intuitive interface with powerful P2P features at your fingertips

+
+
+
+ Desktop Preview +
Remote Desktop Sharing
+
+
+ File Sync +
File Transfer & Management +
+
+
+ Voice and Camera +
Voice & Video Calls
+
+
+
+
+ +
+
+
+

Transparent Architecture, Absolute Security

+

We only help establish the connection — your data belongs to you

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Service TypePurposeData Security
PeerJS SignalingExchange ICE candidates, establish handshake Handshake only, + no data touch +
STUN ServerGet public IP, assist UDP hole punching Network metadata + only +
TURN ServerRelay in extreme network environments Self-host recommended for full + privacy
+
+
+
+ +
+
+
+

Developer Deployment

+

Three steps to set up your private transfer node

+
+
+
# 1. Clone and install dependencies
+
git clone https://github.com/AndySkaura/p2p-explorer-web.git +
+
cd p2p-explorer-web && yarn + install
+ +
# 2. Start development server
+
yarn dev
+ +
# 3. Build for production
+
yarn build
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/readme/index-ja.html b/readme/index-ja.html new file mode 100644 index 0000000..ef4d9ba --- /dev/null +++ b/readme/index-ja.html @@ -0,0 +1,699 @@ + + + + + + + p2p-explorer-web - 安全で効率的なP2P転送ツール + + + + + + + + +
+
+
+ WebRTCベースの安全なP2P接続 +
+

ファイル転送をピアツーピアに

+

クライアントインストール不要、中間サーバー不要。ブラウザ上で高速かつプライベートなリモートファイルの閲覧、転送、リアルタイムデスクトップ共有を実現します。

+ +
+
+ +
+
+
+

オールインワンコラボレーションツール

+

デバイスの壁を越えて、リモートデバイスをローカルドライブのように操作

+
+
+
+
+

P2P ストリーミング転送

+

WebRTC DataChannel に基づき、大容量ファイルをチャンク単位で転送。速度制限なし、サーバー帯域幅を消費しません。

+
+
+
+

リモートデスクトップ

+

リアルタイムの画面共有とオーディオ同期に対応。リモートサポートや共同プレビューに最適です。

+
+
+
+

リモートファイル管理

+

完全なディレクトリ構造の閲覧をサポート。読み取り・書き込み権限を細かく制御でき、セキュリティも万全。

+
+
+
+

音声・ビデオ通話

+

エンドツーエンド暗号化された音声通話とカメラ共有を内蔵。ファイル転送中もシームレスにコミュニケーション。

+
+
+
+

デバイス間クリップボード

+

リモートデバイスのクリップボードテキストをワンクリックで同期。作業効率が大幅に向上します。

+
+
+
+

PWA オフライン対応

+

デスクトップにインストールしてネイティブアプリのように動作。より快適なインタラクション体験を提供します。

+
+
+
+
+ +
+
+
+

スクリーンショット

+

シンプルで直感的なインターフェース、強力なP2P機能をすぐに活用

+
+
+
+ デスクトッププレビュー +
リモートデスクトップ共有
+
+
+ ファイル同期 +
ファイル転送と管理
+
+
+ 音声とカメラ +
音声・ビデオ通話
+
+
+
+
+ +
+
+
+

透明なアーキテクチャ、絶対のセキュリティ

+

接続の確立を支援するだけで、データはあなたのものです

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
サービス種別用途データセキュリティ
PeerJS シグナリングICE候補の交換、ハンドシェイクの確立 + ハンドシェイクのみ、データ非接触 +
STUN サーバーグローバルIPの取得、UDPホールパンチングの補助 + ネットワークメタデータのみ +
TURN サーバー厳しいネットワーク環境でのリレー中継 完全なプライバシーのためには自己ホストを推奨
+
+
+
+ +
+
+
+

開発者向けデプロイ

+

3ステップでプライベート転送ノードを構築

+
+
+
# 1. クローンして依存関係をインストール
+
git clone https://github.com/AndySkaura/p2p-explorer-web.git +
+
cd p2p-explorer-web && yarn + install
+ +
# 2. 開発サーバーを起動
+
yarn dev
+ +
# 3. プロダクションビルド
+
yarn build
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/readme/index.html b/readme/index.html index 7b0be97..b9b5e76 100644 --- a/readme/index.html +++ b/readme/index.html @@ -103,6 +103,23 @@ border-radius: 8px; } + .nav-links .lang-link { + font-size: 13px; + padding: 4px 10px; + border-radius: 6px; + transition: all 0.2s; + } + + .nav-links .lang-link:hover { + background: #eee; + color: var(--primary); + } + + .nav-links .lang-link.active { + background: var(--primary); + color: white; + } + /* --- Hero Section --- */ .hero { padding: 160px 0 100px; @@ -467,6 +484,9 @@ 截图 架构 个人博客 + 中文 + English + 日本語 GitHub @@ -482,7 +502,7 @@

让文件传输回归点对点

无需安装客户端,无需中间服务器。在浏览器中实现极速、私密的远程文件浏览、传输与实时桌面共享。

- + 立即在线体验 @@ -630,7 +650,7 @@