|
1 | 1 | - id: Getting Started |
2 | 2 | description: Guides about basic concepts |
3 | 3 | image: img/tag-getting-started.jpg |
| 4 | +- id: FuryStack |
| 5 | + description: General announcements and updates about the FuryStack framework |
| 6 | +- id: Welcome |
| 7 | + description: Introductory posts about the FuryStack site and project |
4 | 8 | - id: boilerplate |
5 | 9 | description: The Boilerplate project is your best friend if you want to get familiar with FuryStack or start a new FuryStack project |
6 | 10 | image: img/tag-boilerplate.jpg |
| 11 | +- id: core |
| 12 | + description: "@furystack/core — the foundation with physical stores, store managers, and identity context" |
7 | 13 | - id: inject |
8 | | - description: "@furystack/inject or other DI/IOC - related posts" |
| 14 | + description: "@furystack/inject — dependency injection and IoC container" |
9 | 15 | image: img/tag-inject.jpg |
| 16 | +- id: logging |
| 17 | + description: "@furystack/logging — scoped logging with custom loggers and levels" |
| 18 | +- id: security |
| 19 | + description: "@furystack/security — password management and authorization utilities" |
| 20 | +- id: repository |
| 21 | + description: "@furystack/repository — the Repository pattern with DataSets, authorization, and event callbacks" |
| 22 | +- id: rest |
| 23 | + description: "@furystack/rest — type-safe REST API definitions and contracts" |
| 24 | +- id: rest-service |
| 25 | + description: "@furystack/rest-service — server-side REST implementation with authentication and static files" |
| 26 | +- id: rest-client-fetch |
| 27 | + description: "@furystack/rest-client-fetch — browser REST client using native fetch" |
| 28 | +- id: rest-client-got |
| 29 | + description: "@furystack/rest-client-got — server-side REST client (legacy, no longer maintained)" |
| 30 | +- id: json-schemas |
| 31 | + description: "@furystack/json-schemas — JSON Schema validation for REST (legacy, no longer maintained)" |
| 32 | +- id: filesystem-store |
| 33 | + description: "@furystack/filesystem-store — file-based data store for development and testing" |
| 34 | +- id: sequelize-store |
| 35 | + description: "@furystack/sequelize-store — SQL databases via Sequelize ORM" |
| 36 | +- id: mongodb-store |
| 37 | + description: "@furystack/mongodb-store — MongoDB document store implementation" |
| 38 | +- id: redis-store |
| 39 | + description: "@furystack/redis-store — Redis key-value store implementation" |
| 40 | +- id: websocket-api |
| 41 | + description: "@furystack/websocket-api — WebSocket support for real-time communication" |
10 | 42 | - id: shades |
11 | | - description: A JSX-based UI Library for FuryStack |
| 43 | + description: "@furystack/shades — a JSX-based UI library with unidirectional data binding" |
| 44 | +- id: shades-common-components |
| 45 | + description: "@furystack/shades-common-components — reusable UI components and CSS-variable theming" |
| 46 | +- id: shades-showcase-app |
| 47 | + description: The Shades Showcase App demonstrating UI components and patterns |
0 commit comments