瀏覽代碼

Expand on README

Josh Bicking 7 年之前
父節點
當前提交
d99c1ddcff
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -1 +1,7 @@
 # haskell-jukebox
+
+**A work in progress.**
+
+`haskell-jukebox` is a rewrite of [lan-jukebox](https://github.com/Josh1147582/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.