{"library":"just-rest","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.0.20-alpha","tags":["javascript","REST","JSON"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install just-rest","imports":["const { Modules } = require('just-rest');","const { Server } = require('just-rest');","const { Middlewares } = require('just-rest');"]},{"cmd":"yarn add just-rest","imports":[]},{"cmd":"pnpm add just-rest","imports":[]}],"homepage":"https://github.com/BorisKotlyarov/just-rest#readme","github":"https://github.com/BorisKotlyarov/just-rest","docs":null,"changelog":null,"pypi":null,"npm":"just-rest","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}