Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hazdik/85373337209e72c2d62a5753adb1b5cf to your computer and use it in GitHub Desktop.
Save hazdik/85373337209e72c2d62a5753adb1b5cf to your computer and use it in GitHub Desktop.
Horizontal layers of a web application.
Horizontal layer Examples
Business logic Application-specific logic, domain logic, validation rules
Persistence WebStorage, IndexedDB, WebSQL, HTTP, WebSocket, GraphQL, Firebase, Meteor
Messaging WebRTC, WebSocket, Push API, Server-Sent Events
I/O Web Bluetooth, WebUSB, NFC, camera, microphone, proximity sensor, ambient light sensor
Presentation DOM manipulation, event listeners, formatting
User interaction UI behaviour, form validation
State management Application state management, application-specific events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment