https://github.com/remarkablemark/jam-session
:musical_keyboard: A realtime web app for musical jam sessions.
https://github.com/remarkablemark/jam-session
expressjs jam-session javascript music nodejs piano real-time socket
Last synced: 2 months ago
JSON representation
:musical_keyboard: A realtime web app for musical jam sessions.
- Host: GitHub
- URL: https://github.com/remarkablemark/jam-session
- Owner: remarkablemark
- License: mit
- Created: 2016-04-30T23:43:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T04:49:53.000Z (about 9 years ago)
- Last Synced: 2025-02-14T08:45:06.197Z (4 months ago)
- Topics: expressjs, jam-session, javascript, music, nodejs, piano, real-time, socket
- Language: JavaScript
- Homepage: https://jam-session.remarkablemark.repl.co
- Size: 53.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jam-session
A realtime web application for musical jam sessions.
See [demo](https://live-jam-session.herokuapp.com/).
## Install
```sh
$ npm install
```## Run
In production:
```sh
$ npm start
```In development:
```sh
$ npm run dev
```## License
MIT