-
Notifications
You must be signed in to change notification settings - Fork 1
architecture
github-actions[bot] edited this page Oct 5, 2023
·
2 revisions
sequenceDiagram
participant C as Client
participant S as Server
participant DB as Database
C-->>S: Request
S->>DB: Query
activate DB
DB->>S: Response
deactivate DB
S-->>C: Response
Note over S,DB: SQL
Note over C,S: HTTP, JSON format
The Helix Project © @Xavier2p
-
Getting Started
-
General
-
API