nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.
GNU General Public License v3.0
0 stars 0 forks source link

Switch to websockets #9

Closed nicmr closed 4 years ago

nicmr commented 4 years ago

There's several reasons to implement our app with websockets over pure http:

nicmr commented 4 years ago

Some initial work on this issue has been contributed with e16e8572fad2b79ab5360ada9da58fd1f9f032aa

nicmr commented 4 years ago

Switch to websockets has been completed and will be merged with #12