📄️ Simple Flows
Phlow supports simple flows that don't require a main module or complex module definitions. These flows are perfect for:
📄️ HTTP API Examples
This section demonstrates how to create HTTP APIs using Phlow's httpserver module and make HTTP requests using the httprequest module.
📄️ CLI Applications
Phlow makes it easy to create command-line interfaces (CLI) applications with argument parsing, validation, and interactive features.
📄️ Database Operations
Phlow provides robust database connectivity through the postgres module, enabling you to perform CRUD operations, migrations, and complex queries.
📄️ Messaging & RPC
Phlow supports asynchronous messaging through AMQP (RabbitMQ) and RPC (Remote Procedure Call) patterns for building distributed systems.
📄️ Git Remote Execution
This guide demonstrates how to execute flows from Git repositories using Phlow, with practical examples using the phlow-mirror-request repository.