maf-rest is an HTTP REST API handling package for Node.js (requires >=6). The current version is 0.23.0. Release cadence is not specified but it's a work in progress. It is a minimal, lightweight framework for building RESTful APIs with Node.js, offering basic routing and middleware support. Unlike larger frameworks like Express, it focuses on simplicity and low overhead. Not recommended for production use due to instability.
npm install maf-restNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple REST API server with a GET endpoint returning JSON.
Consider using a stable alternative like Express or Fastify.
Install with npm install maf-rest and ensure correct import path.
No dependency data recorded yet.