Search⌘ K
AI Features

Resource-oriented Client Architecture (ROCA)

Explore the principles of Resource-oriented Client Architecture to understand how it supports modular frontend integration. Learn how ROCA emphasizes RESTful URLs, stateless servers, server-side logic, and minimal client-side JavaScript to create secure, maintainable web applications that work well with microservices.

Modularization and integration in the frontend have an impact on the architecture and the technologies in the frontend. SPAs (single page ...