- 簡単な絵などを描いて共有できるシステム
- お絵描きの大喜利、oxなどのクイズ、フリップを使ってオンラインボードゲームなどに使える
$ sudo apt install npm
$ npm init
$ sudo npm install socket.io express
$ node server.js
- ubuntu18.04を使っている場合はのnodeのバージョンを変える必要がある
- 参考:https://github.com/nodesource/distributions
$ curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash -
& sudo apt-get install -y nodejs
- npm 6.14.12
- node v12.22.1