just-rest
JSON →Just REST is a simple REST server framework for Node.js (version 0.0.20-alpha, requires Node >= 8.0.0). It provides a module-based routing system where URLs are mapped to HTTP method handlers using regex patterns, with support for interceptors and global middleware like body parsing. Unlike full-featured frameworks like Express, it emphasizes minimalism and direct control, but is in early alpha stage with limited documentation and community. Best suited for small projects needing a lightweight REST API.
Resources
packagejust-rest ↗