Node.JS Chat Room A 'Hello World!' NodeJS application: Chat room :) My standard folder structure node-chat | ----- app (Server logic) | ----- node_modules (All node modules) | ----- public (Client logic and static content) | ----- app.js | ----- package.json