Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T02:09:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T01:57:27.731Z (almost 2 years ago)
- Topics: filesharing, p2p, react, simple-peer, socket-io, webrtc
- Language: JavaScript
- Homepage: https://pic-share.eyuelberga.com
- Size: 1.56 MB
- Stars: 11
- Watchers: 1
- Forks: 7
- 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
[![Aimeos TYPO3 demo](img/screenshot-1.png)](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``