Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 565 Bytes

Rdy2Serve

Rust-Libp2p Server + JS-libp2p browser client over WebRTC + Gossipsub.

Work in progress. Contributions welcome.

A Libp2p WebRTC Server (& budding chat app), destined to become Browser-to-Browser coming once the spec is complete.

Main Application (Binary)

  1. Start the server. Main package is a binary that runs the WebRTC Server:

$ cargo run

Svelte Web Client

  1. Start the web client:
$ cd clients/sveltekit
$ npm run dev