https://github.com/blimmer/location-aware-ember-server
Express 4 Server for location-aware-ember demo project
https://github.com/blimmer/location-aware-ember-server
Last synced: 7 months ago
JSON representation
Express 4 Server for location-aware-ember demo project
- Host: GitHub
- URL: https://github.com/blimmer/location-aware-ember-server
- Owner: blimmer
- Created: 2015-05-24T15:07:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T03:26:38.000Z (over 10 years ago)
- Last Synced: 2025-02-26T20:43:03.454Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 387 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# location-aware-ember-server
The server counterpart for [location-aware-ember](https://github.com/blimmer/location-aware-ember)
This application supports the [Getting Started with Node on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) article - check it out.
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
```sh
$ git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start
```
Your app should now be running on [localhost:5000](http://localhost:5000/).
## Deploying to Heroku
```
$ 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/getting-started-with-nodejs)
- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)
- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)
- [Best Practices for Node.js Development](https://devcenter.heroku.com/articles/node-best-practices)
- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)