Skip to content

Commit

Permalink
add devcenter links to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jul 18, 2013
1 parent c58ea9e commit 7c9bb82
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@ Your app should now be running on [localhost:5000](http://localhost:5000/).
heroku create
git push heroku master
heroku open
```
```

## 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

0 comments on commit 7c9bb82

Please sign in to comment.