Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

WebRTC Cache Sharing System 用 WebRTC シグナリングサーバー

License

Notifications You must be signed in to change notification settings

WebRTC-CacheSharing/Chelsea

Repository files navigation

Chelsea

Build Status

WebRTC Cache Sharing System 用 WebRTC シグナリングサーバー

開発環境

  • JavaScript
  • Node.js (v0.10.x)
  • MongoDB

利用ライブラリ

実行

$ npm install
$ npm start

テスト

$ npm test

API

[file path] は URL の SHA256 を取り、16進数表記 (大文字) にした物を指定する (= 64 文字固定)。

ピア情報の取得

GET /peers?path=[file path]

ピア情報の追加

POST /peers?path=[file path]&peerId=[peer id]

ピア情報の削除

DELETE /peers?path=[file path]&peerId=[peer id]

ライセンス

MIT License
Copyright (c) 2014-2015 Pine Mizune

About

WebRTC Cache Sharing System 用 WebRTC シグナリングサーバー

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published