curveball / core

The Curveball framework is a TypeScript framework for node.js with support for modern HTTP features.
https://curveballjs.org/
MIT License
526 stars 7 forks source link

Using @curveball/kernel for all general plumbing #203

Closed evert closed 2 years ago

evert commented 2 years ago

With this change all the 'core' code is moved to @curveball/kernel. What's left in this package is all the Node.js specific stuff, and a compatibility layer.