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