https://github.com/hoodie/cast-me
📽️ WS broker
https://github.com/hoodie/cast-me
Last synced: about 1 month ago
JSON representation
📽️ WS broker
- Host: GitHub
- URL: https://github.com/hoodie/cast-me
- Owner: hoodie
- Created: 2020-02-16T21:29:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:03:47.000Z (9 months ago)
- Last Synced: 2025-02-13T18:26:34.663Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 428 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cast Me
tiny demo of a pure rust broker to establish a simple peerconnection for minimal screensharing
for fun
## What to do with it
```
# prepare the front end app
deno task --cwd app build# run the everything else
RUST_LOG=info,cast_me=trace cargo run
```Now open the https://0.0.0.0:3030 twice and enter the code from one instance into the input of the other.
you can now chat and screenshare!