AyCode.Core/AyCode.Services.Server/docs
Loretta 3b45de6de3 [LOADED_DOCS: 3 files, no new loads]
Modernize benchmarks, simplify attributes, doc cleanup

- Benchmark output now reports per-op µs and KB/op; added helpers for unit conversion and updated all output formats and headers.
- Split SetupAllocBytes into SetupSerializeAllocBytes and SetupDeserializeAllocBytes for finer allocation reporting.
- Simplified [AcBinarySerializable] usage in test models to single-argument form.
- Edited documentation for clarity, brevity, and consistency; improved navigation, updated technical details, and harmonized terminology across .md files.
2026-05-01 14:01:23 +02:00
..
SIGNALR [LOADED_DOCS: 3 files, no new loads] 2026-05-01 14:01:23 +02:00
SIGNALR_DATASOURCE [LOADED_DOCS: 3 files, no new loads] 2026-05-01 14:01:23 +02:00
README.md [LOADED_DOCS: 3 files, no new loads] 2026-05-01 14:01:23 +02:00

README.md

AyCode.Services.Server documentation

Topic docs for the AyCode.Services.Server project (Layer 0, server-side services).

Topics

  • SIGNALR/ — Server-side SignalR hub (dispatch, session, broadcast)
  • SIGNALR_DATASOURCE/ — Client-server DataSource on SignalR transport (change tracking, rollback, sync state, IList wrapper)

Navigation

Per the folder-navigation rule, start here when browsing docs/. Each topic folder has its own README.md (main content) + optional TOPIC_ISSUES.md and TOPIC_TODO.md.

See also

  • Client-side SignalR: ../../AyCode.Services/docs/SIGNALR/README.md
  • Binary-over-SignalR wire format: ../../AyCode.Services/docs/SIGNALR_BINARY_PROTOCOL/README.md