P
pools

  • BlackCoffee acts as an application server that:

    Deploys multiple applications on the same server

    Logically isolates each application by name and version (/app-name/version/)

    Centralizes external configuration without modifying the codebase

    Manages shared Database Pools (SQLite, MariaDB, MySQL, Redis, PostgreSQL)

    Processes asynchronous jobs via Queue Manager

    Provides Hot Reload for agile development

    Offers Web UI for administration (Dashboard, Deploy, Database Pools, Queues)

    Includes complete CLI for application management

    Protects against brute force with Login Rate Limiter

    Updated
    Updated