@winnerjs.org/router
v0.1.0
Published
WinnerJS routing engine
Readme
@winnerjs.org/router
REST and WebSocket route registration with middleware and versioning support (stub).
Planned phase: Phase 1 — Foundation
import { Route } from "@winnerjs.org/router";
Route.get("/users", UserController.index);