@winnerjs.org/server
v0.1.0
Published
WinnerJS HTTP server engine
Readme
@winnerjs.org/server
High-performance HTTP server built on Fastify with DI and security integration.
Planned phase: Phase 1 — Foundation
import { WinnerApp } from "@winnerjs.org/server";
const app = WinnerApp.create();
await app.listen(3000);