Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkokoley/cappella
A peer to peer shared music player
https://github.com/arkokoley/cappella
Last synced: 25 days ago
JSON representation
A peer to peer shared music player
- Host: GitHub
- URL: https://github.com/arkokoley/cappella
- Owner: arkokoley
- Created: 2015-07-29T07:49:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T10:36:40.000Z (over 9 years ago)
- Last Synced: 2024-05-02T01:07:37.126Z (6 months ago)
- Language: HTML
- Size: 121 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hello World example
1. Run the server:
```
node server.js
```2. Open `index.html` in your browser
You should see a flower. If not, your browser probably doesn't support binary websockets.
Server code is contained in `server.js`
Client side code is contained in `index.html`