Skip to content

benchmark missing jetpath #98

@FridayCandour

Description

@FridayCandour

How about adding Jetpath to the bench?

// in your src/index.routes.js

import { JetPath } from "jetpath";

const app = new JetPath({
  port: 8080,
});

//? listening for requests
app.listen();

// = /
export async function GET_(ctx: AppCTX) {
  ctx.send("hello world!");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions