Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`