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