Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaPorcelli authored Dec 16, 2019
0 parents commit cf03331
Show file tree
Hide file tree
Showing 5 changed files with 800 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReadMe
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1) Aprire il terminale e posizionarsi all'interno della cartella PongRTC
2) Dare il comando: $node index.js
22 changes: 22 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Socket-Chat-Example",
"description": "my first socket.io app",
"website": "https://github.com/socketio/chat-example",
"repository": "https://github.com/socketio/chat-example",
"logo": "https://node-js-sample.herokuapp.com/node.svg",
"success_url": "/",
"keywords": [
"node",
"express",
"socket.io",
"realtime",
"websocket"
],
"scripts": {
},
"addons": [
],
"env": {
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-nodejs"
}
}
Loading

0 comments on commit cf03331

Please sign in to comment.