Expand description
Shared utilities between client and server kernels Shared Network Components
This module contains network components that are shared between client and server implementations in the Citadel Protocol. These components provide common functionality used across different network roles.
§Features
- Internal service integration
- Shared utility functions
- Common type definitions
- Cross-role functionality
§Important Notes
- Components are role-agnostic
- Thread-safe implementations
- Async-first design
§Related Components
internal_service
: Service integrationclient
: Client-side componentsserver
: Server-side components
Modules§
- Internal Service Communication Layer