mirror of
https://github.com/demostf/demoserver.git
synced 2026-06-03 22:04:06 +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:
|
||||
|
||||
- [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)
|
||||
- [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"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "~3.3.4"
|
||||
"express": "~3.4.x"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.10.x",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue