@curveball/kernel
Advanced tools
Comparing version
@@ -17,3 +17,3 @@ "use strict"; | ||
*/ | ||
const VERSION = 'Curveball/0.21.0-beta.11 (cjs)'; | ||
const VERSION = 'Curveball/0.21.0 (cjs)'; | ||
/** | ||
@@ -20,0 +20,0 @@ * The middleware-call Symbol is a special symbol that might exist as a |
@@ -14,3 +14,3 @@ import { EventEmitter } from 'node:events'; | ||
*/ | ||
const VERSION = 'Curveball/0.21.0-beta.11 (esm)'; | ||
const VERSION = 'Curveball/0.21.0 (esm)'; | ||
/** | ||
@@ -17,0 +17,0 @@ * The middleware-call Symbol is a special symbol that might exist as a |
{ | ||
"name": "@curveball/kernel", | ||
"version": "0.21.0-beta.11", | ||
"version": "0.21.0", | ||
"description": "Curveball is a framework writting in Typescript for Node.js", | ||
@@ -15,2 +15,3 @@ "main": "cjs/index.js", | ||
"lint": "make lint", | ||
"fix": "make fix", | ||
"tsc": "tsc", | ||
@@ -36,3 +37,5 @@ "build": "make build" | ||
"typescript", | ||
"push" | ||
"push", | ||
"curveball", | ||
"http2" | ||
], | ||
@@ -67,3 +70,3 @@ "author": "Evert Pot (https://evertpot.com/)", | ||
"dependencies": { | ||
"@curveball/http-errors": "^0.4.0", | ||
"@curveball/http-errors": "^0.5.0", | ||
"@types/ws": "^8.5.3", | ||
@@ -70,0 +73,0 @@ "accepts": "^1.3.7", |
Curveball Kernel | ||
================ | ||
This is the experimental new Curveball core. If you are new to curveball you | ||
are probably looking for: | ||
Curveball is a modern server-side HTTP framework. | ||
* [@curveball/core](https://github.com/curveball/core) | ||
The Curveball Kernel is the main library everything else depends on. | ||
The kernel provides the following objects: | ||
This package will eventually replace 'core'. | ||
* 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). | ||
Sorry, the diff of this file is not supported yet
201435
6.93%99
1.02%16
60%+ Added
- Removed