From 7c9bb8218267b7f3c7de8437e7b04260a0bb074b Mon Sep 17 00:00:00 2001 From: zeke Date: Thu, 18 Jul 2013 14:55:46 -0700 Subject: [PATCH] add devcenter links to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18b4a9b..61019ab 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,13 @@ Your app should now be running on [localhost:5000](http://localhost:5000/). heroku create git push heroku master heroku open -``` \ No newline at end of file +``` + +## Documentation + +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) +- [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 \ No newline at end of file