Skip to content
View afareed007's full-sized avatar

Block or report afareed007

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Walmart Mobile node.js Setup Walmart Mobile node.js Setup
    1
    # Overview
    2
    
                  
    3
    We run multiple server processes in two data centers. Each process listens on two ports, one for HTTP and one for HTTPS. HTTPS is terminated by Apache prior to reaching node.js. HTTP goes directly from the client to node.js (through a master load balancer). We do not use clusters. We slice our physical servers into thin virtual machines running SmartOS, each with about 3GB of memory designed for a single node.js process.
    4
    
                  
    5
    Our node.js servers are [hapi.js](https://github.com/spumko/hapi) servers using the composer functionality and plugins architecture. We have three sets of plugins loaded: mobile web front end experience (single page app), legacy API reverse proxy, and monitoring.
  2. express-typescript-typeorm-boilerplate express-typescript-typeorm-boilerplate Public

    Forked from mkosir/typeorm-express-typescript

    💊 Minimal Express RESTful API boilerplate. Spin it up with single command. TypeScript, TypeORM, Postgres and Docker with focus on best practices and painless developer experience.

    TypeScript 1