Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Dounx/live-music
网易云同步听歌
https://github.com/Dounx/live-music
rails react websocket
Last synced: about 1 month ago
JSON representation
网易云同步听歌
- Host: GitHub
- URL: https://github.com/Dounx/live-music
- Owner: Dounx
- Created: 2020-06-28T09:26:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:38:22.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T08:02:15.172Z (5 months ago)
- Topics: rails, react, websocket
- Language: Ruby
- Homepage:
- Size: 1.71 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - live-music - Web version of NetEase Cloud Music to listen to songs synchronously. 🔥 (Happy Exploring 🤘)
README
## Live Music
Web 版网易云音乐同步听歌。
### 依赖
* Ruby 2.7.1
* Node.js >= 12
* Yarn
* Redis
* PostgreSQL
* Tmux### 开发环境
```bash
bin/setup
tmux -f dev.tmux.conf attach
```### 部署
```bash
git clone https://github.com/Dounx/live-music
cd live-music
bin/generate-secret
vim app.local.env
docker-compose up
```