Josh Bicking d99c1ddcff Expand on README | 6 vuotta sitten | |
---|---|---|
app | 6 vuotta sitten | |
src | 6 vuotta sitten | |
test | 6 vuotta sitten | |
.gitignore | 6 vuotta sitten | |
ChangeLog.md | 6 vuotta sitten | |
LICENSE | 6 vuotta sitten | |
README.md | 6 vuotta sitten | |
Setup.hs | 6 vuotta sitten | |
package.yaml | 6 vuotta sitten | |
stack.yaml | 6 vuotta sitten |
A work in progress.
haskell-jukebox
is a rewrite of lan-jukebox in Haskell. I was unhappy with how express
handled things like sockets through socket.io
, so I'm playing around with a Haskell implementation.
As of now, the plan is to control an instance of mpv
via JSON-RPC, and expose a web instance through scotty
for control.