Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergystepanov/anode
A simple network streamer
https://github.com/sergystepanov/anode
Last synced: about 1 month ago
JSON representation
A simple network streamer
- Host: GitHub
- URL: https://github.com/sergystepanov/anode
- Owner: sergystepanov
- License: apache-2.0
- Created: 2020-07-03T18:39:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:42:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T09:54:45.132Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anode
A simple network streamer writen in Rust and JS.
### Run
Backend:
```shell
cargo run
```Frontend:
```shell
npm start --prefix frontend watch
```### Issues
Firefox `localhost` address won't allow to exchange ICE candidates, use `127.0.0.1` instead.