Skip to content
/ chat-1 Public
forked from engineyard/chat

Sample Node.js App for Engine Yard Cloud

License

Notifications You must be signed in to change notification settings

pxiq/chat-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Sample Node.js App for Engine Yard Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published