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

https://github.com/jzaragosa06/p2p-file-share

A web-based point-to-point file-sharing application that uses WebSocket (Socket.IO) for real-time communication.
https://github.com/jzaragosa06/p2p-file-share

filesharing nodejs p2p

Last synced: 4 months ago
JSON representation

A web-based point-to-point file-sharing application that uses WebSocket (Socket.IO) for real-time communication.

Awesome Lists containing this project

README

          

# p2p-file-share

This demonstrates a peer-to-peer (p2p) file sharing web application using WebRTC JS library.
Forked from junjun