Skip to content

Instantly share code, notes, and snippets.

@sandipchitale
Created July 10, 2018 06:45
Show Gist options
  • Save sandipchitale/8021fb37bf5340a2f5e77b427c7092b3 to your computer and use it in GitHub Desktop.
Save sandipchitale/8021fb37bf5340a2f5e77b427c7092b3 to your computer and use it in GitHub Desktop.
Considerations for web app
  • Http vs Https
  • Https terminated at Proxy or Loadbalancer
  • Load Balancing
    • Sticky session
    • Non-sticky session
  • Statefull vs Stateless
  • Client session timeout
  • Server session timeout
  • Caching
    • static resources
    • data
    • cache busting
  • CSRF
  • Clickjacking
  • CORS
  • IFrame embedding
  • Bookmarkability
  • Refresh
    • soft
    • hard
  • Deep linking
  • Use of cookies
  • Local storage
  • Session storage
  • Client side SPA ns Server rendered
  • Authentication
  • Embedded web app container
  • External web app container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment