On this page:
koyo:   Web Development Toolkit
7.7

koyo: Web Development Toolkit

Bogdan Popa <bogdan@defn.io>

 (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.

All of koyo’s components are decoupled so you get to pick and choose exactly which parts you want to use.

    1 Getting Started

      1.1 Project Structure

    2 Architecture

    3 CORS

    4 Configuration

    5 Continuations

    6 CSRF

    7 Database

      7.1 Database URL

    8 Dispatch

    9 Errors

    10 Flash

    11 HAML

      11.1 Syntax

    12 HTTP

    13 JSON

    14 Localization

    15 Logging

    16 Mail

      16.1 Mailer

      16.2 Adapters

        16.2.1 Other Adapters

    17 MIME

    18 Preloading

    19 Profiler

    20 Random

    21 Server

    22 Sessions

      22.1 Session Stores

    23 Testing

    24 URLs

      24.1 Application URLs

      24.2 Reverse Routing

    Index