# node-sample **Repository Path**: avk/node-sample ## Basic Information - **Project Name**: node-sample - **Description**: how to use node in production - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-07 - **Last Updated**: 2026-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README node-sample =========== A sample node app to demonstrate how to use node in production with ansible. To use: * Edit the ansible inventory file at [ansible/production](ansible/production) to Fedora 20 servers that you can SSH into. * Run `./provision` to provision the load balancer and application servers. * Go to `/haproxy?stats` on your load balancer (my_username/my_password). Your app servers should be red and marked as down. * Run `./deploy` to deploy your code. In the haproxy stats you should see them marked as green. Going to the root of the load balancer should show the node app.t