@curveball/kernel
Version:
Curveball is a framework writting in Typescript for Node.js
16 lines (10 loc) • 452 B
Markdown
Curveball Kernel
================
Curveball is a modern server-side HTTP framework.
The Curveball Kernel is the main library everything else depends on.
The kernel provides the following objects:
* Application (the place where you register middlewares)
* Request and Response objects
* Context object
If you are just getting started with Curveball, the best place to learn is
the [Curveball website](https://curveballjs.org/docs/getting-started).