{"library":"sae-framework","title":"SAE Framework","description":"SAE Framework is a microservices API engine for Node.js. Current version 0.20.24 is in early development with incomplete documentation and unstable APIs. Release cadence is irregular. Differentiators aim to provide lightweight, opinionated microservice scaffolding, but the project lacks maturity. Not recommended for production use as core features are still marked as TODO, including auth context cleanup and field filtering.","language":"javascript","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["npm install sae-framework"],"cli":null},"imports":["const SAE = require('sae-framework');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const SAE = require('sae-framework');\nconst app = new SAE();\napp.set('port', 3000);\napp.start(() => {\n  console.log('Server running on port 3000');\n});","lang":"javascript","description":"Creates a SAE app server on port 3000. Note: may have undefined behavior due to early-stage code.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}