Skip to main content

Diagram Settings

Objects (Drag to reposition)

  • client : Client
  • server : Server
  • database : Database

Preview

1: request()1.1: query()1.2: result2: response()client : Clientserver : Serverdatabase : Database

Export

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Communication Diagram</title>
  <style>
    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      margin: 0;
      background: #ffffff;
    }
    .diagram-container {
      padding: 40px;
    }
  </style>
</head>
<body>
  <div class="diagram-container">
    
  </div>
</body>
</html>

Rate this tool