Making a web client and proxy server for musikcubed #608
yusdacra
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working on a web client and proxy server for musikcubed and just wanted to share it here. I've been using musikcube for about 3 years now and recently I noticed that a remote API was made available. Since I use an iOS mobile device, I thought it would be good to work on making a web client to be able to use my musikcube library across all my devices, called musikspider. To make this more easier I'm also developing a proxy server of sorts for musikcubed called musikquadrupled that implements TLS, an alternative authentication method, ratelimiting, CORS and some other goodies as well. It's still compatible with musikcube as it just proxies those requests but also supports musikspider itself. Both are still very much WIPs, but I've been using them to great success.
musikspider: https://github.com/yusdacra/musikspider
musikquadrupled: https://github.com/yusdacra/musikquadrupled
Beta Was this translation helpful? Give feedback.
All reactions