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