Skip to content

Kitwork

Logic is the soul of machines.

A Go-native bytecode runtime for ultra-fast backend logic.

const { router, log, database } = kitwork();

const db = database.connect();

router.get("/").handle((req, res) => {
    go(() => db.greetings.create({
        message: "Hello from Kitwork"
    }));

    go(() => log.Print("Concurrency simplified."));

    return res.html("<h1>Hello World</h1>");
});

Compile once. Execute instantly. No V8. No ORM overhead. Only execution.

I simply want to create an environment for logic. — Huỳnh Nhân Quốc

Popular repositories Loading

  1. kitwork kitwork Public

    An ultra-lightweight, sovereign logic execution engine powered by Go. Run APIs, cron schedules, templates, and background tasks on a custom stack-based bytecode virtual machine with nanosecond prec…

    HTML 42 11

  2. engine engine Public

    Compile logic into living bytecode.

    Go 15 5

  3. kitid kitid Public

    Kitwork Sortable IDs for modern systems

    Go 2

  4. work work Public

    work by kitwork

    Go 1

  5. .github .github Public

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…