Josh Bicking d99c1ddcff Expand on README | hace 6 años | |
---|---|---|
app | hace 6 años | |
src | hace 6 años | |
test | hace 6 años | |
.gitignore | hace 6 años | |
ChangeLog.md | hace 6 años | |
LICENSE | hace 6 años | |
README.md | hace 6 años | |
Setup.hs | hace 6 años | |
package.yaml | hace 6 años | |
stack.yaml | hace 6 años |
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.