https://github.com/eyuelberga/pic-share
P2P picture sharing react application using webRTC
https://github.com/eyuelberga/pic-share
filesharing p2p react simple-peer socket-io webrtc
Last synced: 11 days ago
JSON representation
P2P picture sharing react application using webRTC
- Host: GitHub
- URL: https://github.com/eyuelberga/pic-share
- Owner: eyuelberga
- Created: 2020-12-09T16:21:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T02:09:41.000Z (over 2 years ago)
- Last Synced: 2025-04-03T05:11:59.917Z (7 months ago)
- Topics: filesharing, p2p, react, simple-peer, socket-io, webrtc
- Language: JavaScript
- Homepage: https://pic-share.eyuelberga.com
- Size: 1.56 MB
- Stars: 12
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pic Share
======================[Pic Share](https://pic-p2p-share.herokuapp.com) is a P2P picture sharing web application using webRTC
[](https://pic-p2p-share.herokuapp.com)
## Installation
Clone and install project dependecies using npm or yarn
`` yarn install ``
once that is done you can run it on youtr local machine
`` yarn start ``
## Development
you can run the project in dev mode including both server and front-end code
`` yarn dev ``
you can also run the client or the server independently in dev mode
`` yarn dev:client ``
`` yarn dev:server``