@zero-server/core
v0.9.6
Published
App factory, Router, and the HTTP Request/Response wrappers.
Readme
@zero-server/core
App factory, Router, and the HTTP Request/Response wrappers.
The HTTP foundation of @zero-server/sdk: createApp(), the Router primitive, and the Request/Response wrappers. Everything else builds on this surface.
Install
npm install @zero-server/coreOr install the full SDK to get everything at once:
npm install @zero-server/sdkUsage
const { createApp } = require('@zero-server/core')Public surface
This package provides 3 public exports as a standalone runtime bundle. See the scope page for the full list.
Documentation
License
MIT © Anthony Wiedman
