@blazza/vortix
v0.1.0
Published
Vortix — HTTP runtime abstraction layer (derived from @typhon/vortix)
Maintainers
Readme
@typhon/vortix
Adaptadores HTTP para usar lógica de Typhon con cualquier runtime o framework.
Instalación
npm install @typhon/vortixUso
import { serve } from '@typhon/vortix'
import { router, get, respond } from '@typhon/abyss'
const app = router([
get('/health', () => respond.ok({ status: 'up' })),
])
await serve(app, { port: 3000 })Licencia
Apache-2.0
