Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paul-schaaf/zoolana
app that establishes a p2p WebRTC connection via the Solana Blockchain
https://github.com/paul-schaaf/zoolana
solana tailwindcss vue webrtc
Last synced: 2 months ago
JSON representation
app that establishes a p2p WebRTC connection via the Solana Blockchain
- Host: GitHub
- URL: https://github.com/paul-schaaf/zoolana
- Owner: paul-schaaf
- Created: 2020-12-01T20:48:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T21:39:31.000Z (about 4 years ago)
- Last Synced: 2023-03-05T17:59:23.737Z (almost 2 years ago)
- Topics: solana, tailwindcss, vue, webrtc
- Language: TypeScript
- Homepage: https://www.zoolana.com
- Size: 350 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zoolana - a p2p meeting app on Solana
Zoolana is a meeting app that uses the Solana blockchain as a signaling server to establish p2p WebRTC calls.
WebRTC enables p2p communication between browsers but the two browsers still need to find each other on the internet. For this, a signaling server is used to which both parties send their browser info. Zoolana uses Solana as a signaling server, creating an always online and free to use (apart from tx fees) signaling server.
This is the repo for the frontend for zoolana.com, go [here](https://github.com/paul-schaaf/zoolana-program) for the program.