MIDI Collaboration
Today I am making a collaborative MIDI app with express.js and socket.io thanks to Andrew Bales: https://medium.com/@agbales/how-to-build-a-collaborative-midi-app-with-express-js-socket-io-273663b63201 The last few days I’ve been working on learning WordPress, so it is quite refreshing to get back to good ol’ JavaScript and the MEAN Stack.
So far, just getting the basic structure setup, I’m appreciating Andrew’s simple walk-through. He also breaks the process down to five parts, including deployment. I’m looking forward to doing more projects like this that bridge my love for music (especially synthesizers) and programming.
This project utilizes the Web MIDI API: https://webaudio.github.io/web-midi-api/ and of course Express.js and Socket.io(for collaboration).

