Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abelab/web-overlay
- Owner: abelab
- License: gpl-3.0
- Created: 2020-05-27T07:07:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T13:29:44.000Z (over 2 years ago)
- Last Synced: 2024-07-12T01:51:23.377Z (4 months ago)
- Topics: overlay-networks, p2p, structured-overlay-network, structured-p2p-network, toolkit, unstructured-overlay-network, unstructured-p2p-network, web-overlay, webrtc
- Language: TypeScript
- Homepage: https://web-overlay.github.io/
- Size: 1.23 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.