1 repository
Generates viewable document representations on the server using a headless rendering engine before delivery to clients.
Distinct from Server-Side Rendering: Distinct from Server-Side Rendering: targets document rendering (not web component rendering) for office files.
Explore 1 awesome GitHub repository matching web development · Document Renderers. Refine with filters or upvote what's useful.
ONLYOFFICE DocumentServer is a self-hosted online office suite that provides browser-based document, spreadsheet, and presentation editing with real-time collaborative capabilities. It natively supports Office Open XML formats (.docx, .xlsx, .pptx) and can be deployed on Linux servers, either through Docker containerization or direct installation. The server includes a cooperative editing engine that coordinates simultaneous changes across multiple users using operational transformation, with a WebSocket synchronization layer for instant state propagation. Security is handled through JWT auth
Generates viewable document representations on the server using a headless rendering engine before client delivery.