© 2026 Hedgehog Software, LLC
api helloWorld { fn: import { helloWorld } from "@src/server/apis.ts", httpRoute: (GET, "/hello-world") }
import { Request, Response } from 'express'; export const helloWorld = async (_req: Request, res: Response) => { res.setHeader('Content-Type', 'application/json'); res.status(200).json({ message: "Hello World!" }); };
Join the Discord to ask follow-up questions and connect with the community
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.
4,603 Members