mirror of
https://github.com/demostf/demoserver.git
synced 2026-06-03 13:54:12 +02:00
Merge branch 'master' of github.com:heroku/node-js-sample
This commit is contained in:
commit
aa66b5c7f9
2 changed files with 4 additions and 3 deletions
|
|
@ -27,7 +27,8 @@ heroku open
|
||||||
|
|
||||||
For more information about using Node.js on Heroku, see these Dev Center articles:
|
For more information about using Node.js on Heroku, see these Dev Center articles:
|
||||||
|
|
||||||
- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/nodejs)
|
- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)
|
||||||
|
- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
|
||||||
- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)
|
- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)
|
||||||
- [Building a Real-time, Polyglot Application with Node.js, Ruby, MongoDB and Socket.IO](https://devcenter.heroku.com/articles/realtime-polyglot-app-node-ruby-mongodb-socketio)
|
- [Building a Real-time, Polyglot Application with Node.js, Ruby, MongoDB and Socket.IO](https://devcenter.heroku.com/articles/realtime-polyglot-app-node-ruby-mongodb-socketio)
|
||||||
- [Using Socket.IO with Node.js on Heroku](https://devcenter.heroku.com/articles/using-socket-io-with-node-js-on-heroku)
|
- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "~3.3.4"
|
"express": "~3.4.x"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.10.x",
|
"node": "0.10.x",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue