vue canvas websocket
1.0.0
In order to practice canvas, websocket, and node, I made a small game. You can click here to view it online.
//clone
npm install
//start server
node app.js
//start vue in another terminal
npm run dev