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.
- Host: GitHub
- URL: https://github.com/jzaragosa06/p2p-file-share
- Owner: jzaragosa06
- Created: 2024-10-31T09:11:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T04:07:26.000Z (8 months ago)
- Last Synced: 2025-02-27T05:20:05.789Z (8 months ago)
- Topics: filesharing, nodejs, p2p
- Language: JavaScript
- Homepage: https://p2p-file-share-awrd.onrender.com
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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