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

https://github.com/vkatsuba/peer2peer

:speech_balloon: The peer2peer is a small example of peer to peer web service of one to one conference
https://github.com/vkatsuba/peer2peer

conference erlang javascript otp peer2peer web webrtc

Last synced: about 1 month ago
JSON representation

:speech_balloon: The peer2peer is a small example of peer to peer web service of one to one conference

Awesome Lists containing this project

README

          

# peer2peer
The **peer2peer** is a small example of peer to peer web service of one to one conference.

# Goals
The **peer2peer** aims to provide a simple quick communications with two users, without saving any informations about user history or what data was received.
The **peer2peer** does not require any information or authorisation from users, than keeps anonymity.

# Build & Run
```
$ git clone https://github.com/vkatsuba/peer2peer.git
$ cd peer2peer
$ make
```

# Clean Project
```sh
$ make clean
```

# Documentation
* Before run this project need to install **Erlang/OTP 20+** and **Rebar 3**
* Then go to the [https://localhost:8000](https://localhost:8000) eg. in Mozilla
* Then mute video and microphone
* Then copy the link what provided in window of [https://localhost:8000](https://localhost:8000) and past the URL eg. in Chrome
* Try send simple message
* Try send file

# Support
v.katsuba.dev@gmail.com