rest-handler
JSON →A Node.js module for creating REST-style request handlers with built-in middleware support, route matching with simple path placeholders, and an event system. Version 1.2.17 uses a path-based router and encapsulates req, res, and next into a single 'rest' object, simplifying request handling compared to Express. Routes are matched before any middleware or handlers run, and unmatched routes can be handled via a 'routeNotFound' event. The package is stable but has low release cadence; it is suitable for simple REST APIs where full Express features are not needed.
Resources
packagerest-handler ↗