Retes
Build APIs in TypeScript for the Web Platform
Retes is a routing library for Node.js written in TypeScript and inspired by Clojure's Ring, Compojure and Retit. It is built directly on top of the Node.js http module, so you can use it as an alternative to Express or Koa.
Key features
- Declarative
- Easy
- Productive
- Typed
Getting Started
Create a new project:
pnpm create retes-app my-retes-appInstall dependencies:
pnpm install Start the application:
pnpm startLast updated on January 14, 2023