Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Pic Share logo

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``