On this page:
koyo:   Web Development Toolkit
8.15

koyo: Web Development Toolkit🔗

Bogdan Popa <[email protected]>

 (require koyo) package: koyo-lib

koyo is a web application development toolkit that expands upon Racket’s built-in web-server with all the functionality that a web app typically needs in a complete package.

    1 Getting Started

      1.1 Project Structure

      1.2 Interactive Console

    2 Architecture

    3 CORS

    4 Configuration

    5 Console

    6 Continuations

    7 CSRF

    8 Database

      8.1 Database URL

    9 Dispatch

    10 Errors

    11 Flash

    12 Guard

    13 HAML

      13.1 Syntax

      13.2 Templates

    14 HTTP

    15 Job Queues

      15.1 Jobs

      15.2 Brokers

      15.3 Workers

        15.3.1 Broker Admin UI

    16 JSON

    17 Localization

    18 Logging

    19 Mail

      19.1 Mailer

      19.2 Adapters

        19.2.1 Other Adapters

    20 MIME

    21 Password Hashing

      21.1 Hasher Interface

      21.2 Implementations

        21.2.1 argon2id

    22 Preloading

    23 Profiler

    24 Random

    25 Scheduling

    26 Server

    27 Sessions

      27.1 Session Stores

        27.1.1 PostgreSQL Session Store

    28 Static

    29 Testing

    30 URLs

      30.1 Application URLs

      30.2 Reverse Routing

    Index