Skip to content

engineyard/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a1473b · Jul 26, 2016

History

31 Commits
Sep 11, 2012
Sep 6, 2012
Jun 4, 2013
Sep 24, 2012
Sep 24, 2012
Sep 6, 2012
Sep 13, 2012
Sep 24, 2012
Sep 6, 2012
Sep 9, 2012
Oct 16, 2012
Sep 10, 2012
Jul 26, 2016

Repository files navigation

Engine Yard Chat

Sample Node.js App for Engine Yard Cloud

Getting It Running Locally

Redis is required: http://redis.io/

Obtain Node.js: http://nodejs.org/

Check if it's installed: node -v # should return something.

Clone this repo.

In the project root install/compile any needed modules: npm install # npm is installed with Node.js, it's the package manager.

Then npm start to boot the app. Should be available at http://localhost:3000

Development

To start in development mode, with restart on code change:

npm run-script dev

License & Copyright

MIT licensed, see LICENSE file. Copyright Engine Yard Inc.