Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abelab/web-overlay

An experimental toolkit for constructing Web-based overlay networks
https://github.com/abelab/web-overlay

overlay-networks p2p structured-overlay-network structured-p2p-network toolkit unstructured-overlay-network unstructured-p2p-network web-overlay webrtc

Last synced: 3 months ago
JSON representation

An experimental toolkit for constructing Web-based overlay networks

Awesome Lists containing this project

README

        

# Overview

![Node.js CI](https://github.com/abelab/web-overlay/workflows/Node.js%20CI/badge.svg)

*Web-Overlay* is an experimental toolkit for constructing Web-based
overlay networks, where each node (peer) is either a Web browser or a
Node.js. WebRTC and WebSocket (actually
[Socket.io](https://socket.io/)) connections are used as an
interconnect between nodes.

Web-Overlay includes implementation of *Connection Manager* and
a structured overlay network, *Kirin*.

Web-Overlay is developed by Abe Lab at Osaka City University, Japan
[[Link](https://www.media.osaka-cu.ac.jp/~k-abe/)].

# License
GNU General Public License 3.0.

# Repository
[https://github.com/abelab/web-overlay](https://github.com/abelab/web-overlay)

# Further Information
Visit [https://web-overlay.github.io](https://web-overlay.github.io) for further information.