wasm_p2p 0.1.0

Simple peer-to-peer library for Rust + WASM, built on top of WebRTC
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div align="center">
    <h1>wasm_p2p</h1>
    <big>Simple peer-to-peer library for Rust + WASM, built on top of WebRTC</big>
    <div>
    <br/>
        <a href="https://github.com/luis-herasme/wasm_p2p/pulse"><img src="https://img.shields.io/github/last-commit/luis-herasme/wasm_p2p.svg"/></a>
        <a href="https://github.com/luis-herasme/wasm_p2p/pulls"><img src="https://img.shields.io/github/issues-pr/luis-herasme/wasm_p2p.svg"/></a>
        <a href="https://github.com/luis-herasme/wasm_p2p/issues"><img src="https://img.shields.io/github/issues-closed/luis-herasme/wasm_p2p.svg"/></a>
    </div>
</div>
<br/>
</div>

## Introduction
This is a simple peer-to-peer library for Rust + WASM, built on top of WebRTC.