curveball / core

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

Context is now based on an interface, instead of a class. #127

Closed evert closed 4 years ago

evert commented 4 years ago

By using an interface, curveball plugins are able to extend the interface.