Mallets is an online keyboard instrument that connects users via web sockets so that they can play keyboards together! It was built using React/Redux, Socket.io, Node, and Express. Play it here!
To run the app on your local machine, clone the repository and run npm install
. The start the server, run npm start
. The server will be listening on port 1337.
Mallets requires Node 6.7.0 or later.
React Orchestra - Library that binds sound fonts to React components
This project was created by David Martin as part of the curriculum of Fullstack Academy.
This project was built with Fullstack Academy's "Bones" starter code which is licensed under the MIT License - see the LICENSE file for details.