Josh Bicking d99c1ddcff Expand on README | há 6 anos atrás | |
---|---|---|
app | há 6 anos atrás | |
src | há 6 anos atrás | |
test | há 6 anos atrás | |
.gitignore | há 6 anos atrás | |
ChangeLog.md | há 6 anos atrás | |
LICENSE | há 6 anos atrás | |
README.md | há 6 anos atrás | |
Setup.hs | há 6 anos atrás | |
package.yaml | há 6 anos atrás | |
stack.yaml | há 6 anos atrás |
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.