Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# anode
build status frontend build status

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.