test : http://spoggy.herokuapp.com/?source=https://raw.githubusercontent.com/scenaristeur/smag0-connaissance/master/Ateliers/AtelierObjetsConnectes.json
DEMO : http://spoggy.herokuapp.com/
GITHUB : https://github.com/scenaristeur/heroku-spoggy
CONSTRUCTION :
inspiré de https://devcenter.heroku.com/articles/node-websockets
```
mkdir herokuspoggy
cd herokuspoggy
npm init --yes
```
modifier package.json :
on suit l'OPTION2 : Socket.io
DEMO : http://spoggy.herokuapp.com/
GITHUB : https://github.com/scenaristeur/heroku-spoggy
CONSTRUCTION :
inspiré de https://devcenter.heroku.com/articles/node-websockets
```
mkdir herokuspoggy
cd herokuspoggy
npm init --yes
```
modifier package.json :
"engines": {
"node": "6.2.0"
},
"scripts": {
"start": "node server.js"
}
on suit l'OPTION2 : Socket.io
npm install --save --save-exact express socket.io
Aucun commentaire:
Enregistrer un commentaire