imclab / grmble

A node.js chat server/client application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grmble

Getting Started

Optional, But Recommended

  • sudo npm install -g nodemon (for easy iteration)
  • sudo npm install -g node-inspector (for debugging)

Running (Debug)

Open two terminals. In one, run:

nodemon --debug server.js

In the other, run:

node-inspector

This will output a line like:

visit http://0.0.0.0:8080/debug?port=5858 to start debugging

Plug that url into your favorite webkit browser and you'll be able to set breakpoints, etc.

About

A node.js chat server/client application.