This example is built for the web platform, and uses:
(Currently, doesn't work on Safari due to audio auto-play restrictions.)
Start the client:
cd client
npm install
cd start
Start the server:
cd server
npm install
npm start
Open http://localhost:1234 in your browser.
MIT