nodestack-demos

  • chatroom - A simple chatroom written using Node.js and MongoDB. This is an example of using MongoDB as a message bus to connect multiple servers.
  • rest - A rest server written using Node.js and MongoDB. This is an example of how the consistent data model can simplify your application.

Installation

  • cd nodestack-demos/rest; npm install
  • cd nodestack-demos/chatroom; npm install