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
- Host: GitHub
- URL: https://github.com/vkatsuba/peer2peer
- Owner: vkatsuba
- License: mit
- Created: 2017-06-14T12:08:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T18:12:54.000Z (over 5 years ago)
- Last Synced: 2025-03-14T06:43:56.112Z (over 1 year ago)
- Topics: conference, erlang, javascript, otp, peer2peer, web, webrtc
- Language: JavaScript
- Homepage: https://github.com/vkatsuba/peer2peer
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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