Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hikari-no-yume/lunasync
synctube died so I made lunasync! It uses node.js.
https://github.com/hikari-no-yume/lunasync
Last synced: 3 months ago
JSON representation
synctube died so I made lunasync! It uses node.js.
- Host: GitHub
- URL: https://github.com/hikari-no-yume/lunasync
- Owner: hikari-no-yume
- License: other
- Created: 2013-03-16T23:58:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T19:44:19.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T15:09:28.191Z (9 months ago)
- Language: JavaScript
- Homepage: http://lunasync.ajf.me/
- Size: 1.26 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
What's lunasync?
================synctube died so I made lunasync! It uses node.js and WebSocket.
Currently live at [lunasync.ajf.me](http://lunasync.ajf.me/).
Setup
-----1. `npm install`
2. Configure `server/config.json`. Unless you're ajf, keep `useInternalServer` as `true`. Set `debugOrigin` and `origin` to the hostnames of the places you'll be hosting lunasync on. Here's a default config.json:
{
"useInternalServer": true,
"debugOrigin": "http://localhost:8000",
"origin": "http://lunasync.ajf.me"
}3. Run `node server.js` on the same hostname. (Add the `--debug` flag when debugging to ignore request origins).
4. That's it, I think?
Notes
-----If you type the letter `u` when running the server, it will kick all the clients off for updating and shut down. The clients should reconnect after 5 seconds.