Skip to content
forked from andyburke/grmble

A node.js chat server/client application.

Notifications You must be signed in to change notification settings

pfibiger/grumble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grumble

Getting Started

  1. Install node (http://nodejs.org/)
  2. Install mongo (http://www.mongodb.org/downloads)
  3. Clone the code: git clone git@github.com:andyburke/grumble.git
  4. cd grumble
  5. npm install
  6. node server.js
  7. http://localhost:8000/

Optional, But Recommended

sudo npm install -g nodemon
sudo npm install -g node-inspector

Then you can do:

nodemon --debug server.js

in one terminal, and:

node-inspector

in another (which will let you debug the server using chrome by pointing to the url it prints out).

About

A node.js chat server/client application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published