Filesystem Adapter
10 articles tagged Filesystem Adapter.
- Consume from C# / .NET
Read @webhouse/cms content from ASP.NET Core — Razor Pages, MVC, or minimal APIs.
- Consume from Django (Python)
Read @webhouse/cms content from a Django application. Helper module, views, templates.
- Consume from Go
Read @webhouse/cms content from Go — Hugo themes, Gin handlers, and standard library file I/O.
- Consume from Java (Spring Boot)
Read @webhouse/cms content from a Spring Boot application. Reader class, controllers, Thymeleaf templates.
- Consume from Laravel (PHP)
Read @webhouse/cms content from a Laravel application. Helper class, routes, Blade templates.
- Consume from Rails (Ruby)
Read @webhouse/cms content from a Ruby on Rails application. Helper module, controllers, ERB views.
- Content Structure
How documents are stored as JSON files — the document format, directory layout, and conventions.
- Framework-Agnostic Architecture
Your content as flat JSON files. Render it with any language, any framework, any runtime.
- Storage Adapters
Choose where your content is stored — filesystem, GitHub, SQLite, or Supabase.
- Testing the Consumer Examples
How the Java and .NET consumer examples are tested. Test setup, fixtures, security checks, and how to run them locally.